diff --git a/dosagelib/plugins/f.py b/dosagelib/plugins/f.py index 5ff397156..c1faa6269 100644 --- a/dosagelib/plugins/f.py +++ b/dosagelib/plugins/f.py @@ -102,11 +102,12 @@ class FunInJammies(_BasicScraper): class Fallen(_BasicScraper): + url = 'http://www.fallencomic.com/fal-page.htm' stripUrl = 'http://www.fallencomic.com/pages/part%s/%s-p%s.htm' imageSearch = compile(r'Back', IGNORECASE) help = 'Index format: nn-m (comicNumber-partNumber)' - starter = indirectStarter('http://www.fallencomic.com/fal-page.htm', + starter = indirectStarter(url, compile(r'\(NEW \d{2}/\d{2}/\d{2}\)\s*\n*\s*\d+', MULTILINE)) @classmethod