mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-06 08:52:55 +01:00
Fix typo that prevented some proper fictionpress.com urls from working.
This commit is contained in:
parent
aa58f1c1ee
commit
a05bf24ed3
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class FictionPressComSiteAdapter(BaseSiteAdapter):
|
||||||
return "http://www.fictionpress.com/s/1234/1/ http://www.fictionpress.com/s/1234/12/ http://www.fictionpress.com/s/1234/1/Story_Title"
|
return "http://www.fictionpress.com/s/1234/1/ http://www.fictionpress.com/s/1234/12/ http://www.fictionpress.com/s/1234/1/Story_Title"
|
||||||
|
|
||||||
def getSiteURLPattern(self):
|
def getSiteURLPattern(self):
|
||||||
return r"http://www\.fictionpress\.com/s/\d+(/\d)?(/|/[a-zA-Z0-9_-]+)?$"
|
return r"http://www\.fictionpress\.com/s/\d+(/\d+)?(/|/[a-zA-Z0-9_-]+)?$"
|
||||||
|
|
||||||
def extractChapterUrlsAndMetadata(self):
|
def extractChapterUrlsAndMetadata(self):
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue