mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-23 12:50:51 +08:00
Forgot to correct examples for grangerenchanted.com
This commit is contained in:
@@ -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+$"
|
||||
|
||||
Reference in New Issue
Block a user