fixed FowlLanguage

This commit is contained in:
Damjan Košir 2015-05-31 23:29:34 +12:00
parent c1245a85ad
commit 3ea8236224
2 changed files with 1 additions and 9 deletions

View file

@ -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/')

View file

@ -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'