mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-21 12:30:42 +08:00
Allow storiesofarda.com/chapterAllview.asp?SID=999 urls.
This commit is contained in:
@@ -70,7 +70,7 @@ class StoriesOfArdaComAdapter(BaseSiteAdapter):
|
||||
return "http://"+cls.getSiteDomain()+"/chapterlistview.asp?SID=1234"
|
||||
|
||||
def getSiteURLPattern(self):
|
||||
return re.escape("http://"+self.getSiteDomain()+"/chapterlistview.asp?SID=")+r"\d+$"
|
||||
return re.escape("http://"+self.getSiteDomain()+"/chapter")+r"(list|All)"+re.escape("view.asp?SID=")+r"\d+$"
|
||||
|
||||
## Getting the chapter list and the meta data, plus 'is adult' checking.
|
||||
def extractChapterUrlsAndMetadata(self):
|
||||
|
||||
Reference in New Issue
Block a user