fixed Bardsworth

This commit is contained in:
Damjan Košir 2015-05-31 23:03:40 +12:00
parent f3036de8fd
commit 029fa74067
2 changed files with 1 additions and 10 deletions

View file

@ -35,16 +35,6 @@ class BadMachinery(_BasicScraper):
help = 'Index format: yyyymmdd'
class Bardsworth(_BasicScraper):
url = 'http://www.bardsworth.com/'
rurl = escape(url)
stripUrl = url + '?comic=%s'
firstStripUrl = stripUrl % '750'
imageSearch = compile(tagre("img", "src", r'(%swp-content/uploads/\d+/\d+/[^"]+)' % rurl))
prevSearch = compile(tagre("a", "href", r'(%s[^"]+)' % rurl, after="prev"))
help = 'Index format: stripname'
class Baroquen(_BasicScraper):
url = 'http://www.baroquencomics.com/'
rurl = escape(url)

View file

@ -25,6 +25,7 @@ def add(name, url, firstUrl=None, starter=None, lang=None):
add('1997', 'http://1977thecomic.com/')
add('Amya', 'http://www.amyachronicles.com/')
add('AxeCop', 'http://axecop.com/comic/season-two/')
add('Bardsworth','http://www.bardsworth.com/')
add('BloodBound', 'http://bloodboundcomic.com/', 'comic/06112006/')
add('BratHalla', 'http://brat-halla.com/')
add('BroodHollow', 'http://broodhollow.chainsawsuit.com/', 'page/2012/10/06/book-1-curious-little-thing')