mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-08 12:36:11 +02:00
Allow www.squidge.org/~peja as well as www.squidge.org/peja.
This commit is contained in:
parent
3ef8d02979
commit
de6c5da727
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class SquidgeOrgPejaAdapter(BaseSiteAdapter):
|
|||
return "http://"+self.getSiteDomain()+"/peja/cgi-bin/viewstory.php?sid=1234"
|
||||
|
||||
def getSiteURLPattern(self):
|
||||
return re.escape("http://"+self.getSiteDomain()+"/peja/cgi-bin/viewstory.php?sid=")+r"\d+$"
|
||||
return re.escape("http://"+self.getSiteDomain()+"/")+"~?"+re.escape("peja/cgi-bin/viewstory.php?sid=")+r"\d+$"
|
||||
|
||||
## Getting the chapter list and the meta data, plus 'is adult' checking.
|
||||
def extractChapterUrlsAndMetadata(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue