diff --git a/dosagelib/plugins/f.py b/dosagelib/plugins/f.py index 29b1b3972..7a3e51a94 100755 --- a/dosagelib/plugins/f.py +++ b/dosagelib/plugins/f.py @@ -133,7 +133,8 @@ class ForLackOfABetterComic(_BasicScraper): prevSearch = compile(tagre("a", "href", r'(%s\?id\=\d+)' % rurl) + r'Prev') help = 'Index format: number' -class FoulLanguage(_BasicScraper): + +class FowlLanguage(_BasicScraper): url = 'http://www.fowllanguagecomics.com/' stripUrl = url + 'comic/%s' firstStripUrl = stripUrl % 'part-of-the-process' @@ -141,6 +142,7 @@ class FoulLanguage(_BasicScraper): prevSearch = compile(tagre("a", "href", r'([^"]+)', after="comic-nav-previous")) help = 'Index format: yyyy/mm/stripname' + class Freefall(_BasicScraper): url = 'http://freefall.purrsia.com/default.htm' stripUrl = 'http://freefall.purrsia.com/ff%s/fc%s.htm'