Remove some broken comics.
This commit is contained in:
parent
4e2e4ac529
commit
b865a171f9
1 changed files with 2 additions and 11 deletions
|
@ -33,7 +33,8 @@ class HagarTheHorrible(_BasicScraper):
|
||||||
return starturl
|
return starturl
|
||||||
|
|
||||||
|
|
||||||
class HappyJar(_WordPressScraper):
|
# "Hiatus", navigation missing
|
||||||
|
class _HappyJar(_WordPressScraper):
|
||||||
url = 'http://www.happyjar.com/'
|
url = 'http://www.happyjar.com/'
|
||||||
|
|
||||||
|
|
||||||
|
@ -61,13 +62,3 @@ class HarkAVagrant(_BasicScraper):
|
||||||
class Hipsters(_WordPressScraper):
|
class Hipsters(_WordPressScraper):
|
||||||
url = 'http://www.hipsters-comic.com/'
|
url = 'http://www.hipsters-comic.com/'
|
||||||
firstStripUrl = 'http://www.hipsters-comic.com/comic/hip01/'
|
firstStripUrl = 'http://www.hipsters-comic.com/comic/hip01/'
|
||||||
|
|
||||||
|
|
||||||
class HorribleVille(_BasicScraper):
|
|
||||||
url = 'http://horribleville.com/'
|
|
||||||
stripUrl = url + 'd/%s.html'
|
|
||||||
firstStripUrl = stripUrl % '20051220'
|
|
||||||
imageSearch = compile(tagre("img", "src", r'(/comics/[^"]+)'))
|
|
||||||
prevSearch = compile(tagre("a", "href", r'(/d/[^"]+)') +
|
|
||||||
tagre("img", "src", r'/images/previous\.png'))
|
|
||||||
help = 'Index format: yyyymmdd'
|
|
||||||
|
|
Loading…
Reference in a new issue