moving BroodHollow to comicpress

This commit is contained in:
Damjan Košir 2015-05-21 00:00:35 +12:00
parent a05ae9c75d
commit dc2349951a
2 changed files with 2 additions and 11 deletions

View file

@ -338,16 +338,6 @@ class BrightlyWound(_BasicScraper):
help = 'Index format: nnn'
class BroodHollow(_ParserScraper):
url = 'http://broodhollow.chainsawsuit.com/'
stripUrl = url + 'page/%s/'
firstStripUrl = stripUrl % '2012/10/06/book-1-curious-little-thing'
css = True
imageSearch = "#comic img"
prevSearch = ".navi-prev"
help = 'Index format: yyyy/mm/dd/stripname'
# XXX disallowed by robots.txt
class _ButtercupFestival(_BasicScraper):
url = 'http://www.buttercupfestival.com/'

View file

@ -16,7 +16,8 @@ def add(name, url, firstUrl=None, lang=None):
globals()[name] = make_scraper(name, _ParserScraper, **attrs)
add('BroodHollow', 'http://broodhollow.chainsawsuit.com/', 'page/2012/10/06/book-1-curious-little-thing')
add('CourtingDisaster', 'http://www.courting-disaster.com/', 'comic/courting-disaster-17/')
add('OnTheEdge', 'http://ontheedgecomics.com/', 'comic/ote0001/')
add('PandyLand', 'http://pandyland.net/', '1/')
add('Hipsters', 'http://www.hipsters-comic.com/', 'comic/hip01/')
add('Hipsters', 'http://www.hipsters-comic.com/', 'comic/hip01/')