diff --git a/dosagelib/plugins/comicpress.py b/dosagelib/plugins/comicpress.py index ba07c037b..772b8ce76 100644 --- a/dosagelib/plugins/comicpress.py +++ b/dosagelib/plugins/comicpress.py @@ -36,6 +36,7 @@ add('CatsAndCameras', 'http://catsncameras.com/') add('CraftedFables', 'http://www.caf-fiends.net/comicpress/') add('CourtingDisaster', 'http://www.courting-disaster.com/', 'comic/courting-disaster-17/') add('CowboyJedi', 'http://www.cowboyjedi.com/') +add('FowlLanguage', 'http://www.fowllanguagecomics.com/') add('HappyJar', 'http://www.happyjar.com/') add('Hipsters', 'http://www.hipsters-comic.com/', 'comic/hip01/') add('IDreamOfAJeanieBottle', 'http://jeaniebottle.com/') diff --git a/dosagelib/plugins/f.py b/dosagelib/plugins/f.py index b3484248b..f202ad423 100755 --- a/dosagelib/plugins/f.py +++ b/dosagelib/plugins/f.py @@ -125,15 +125,6 @@ class ForLackOfABetterComic(_BasicScraper): help = 'Index format: number' -class FowlLanguage(_BasicScraper): - url = 'http://www.fowllanguagecomics.com/' - stripUrl = url + 'comic/%s' - firstStripUrl = stripUrl % 'part-of-the-process' - imageSearch = compile(tagre("img", "src", r'(http://i\d\.wp\.com/www\.fowllanguagecomics\.com/wp-content/uploads/\d+/\d+/[^"]+\.[a-z]+).*')) - 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'