mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-28 11:45:19 +01:00
Forgot to correct examples for grangerenchanted.com
This commit is contained in:
parent
7f50b87842
commit
a91aac8d2d
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ class GrangerEnchantedCom(BaseSiteAdapter):
|
|||
return ['grangerenchanted.com','malfoymanor.grangerenchanted.com']
|
||||
|
||||
def getSiteExampleURLs(self):
|
||||
return "http://"+self.getSiteDomain()+"/"+self.story.getMetadata('section')+"viewstory.php?sid=1234"
|
||||
return "http://grangerenchanted.com/enchant/viewstory.php?sid=1234 http://malfoymanor.grangerenchanted.com/themanor/viewstory.php?sid=1234"
|
||||
|
||||
def getSiteURLPattern(self):
|
||||
return r"http://(malfoymanor.)?grangerenchanted.com/(enchant|themanor)?/viewstory.php\?sid=\d+$"
|
||||
|
|
|
|||
Loading…
Reference in a new issue