fixed CatsAndCameras
This commit is contained in:
parent
d4cc8ac857
commit
df7404fd7c
2 changed files with 3 additions and 12 deletions
|
@ -99,16 +99,6 @@ class CatAndGirl(_BasicScraper):
|
|||
)
|
||||
|
||||
|
||||
class CatsAndCameras(_BasicScraper):
|
||||
url = 'http://catsncameras.com/cnc/'
|
||||
rurl = escape(url)
|
||||
stripUrl = url + '?comic=%s'
|
||||
imageSearch = compile(tagre("img", "src", r'(%swp-content/uploads/\d+/\d+/[^"]+)' % rurl))
|
||||
prevSearch = compile(tagre("span", "class", r'mininav-prev') +
|
||||
tagre("a", "href", r'(%s[^"]+)' % rurl))
|
||||
help = 'Index format: stripname'
|
||||
|
||||
|
||||
class ChainsawSuit(_ParserScraper):
|
||||
url = 'http://chainsawsuit.com/'
|
||||
rurl = escape(url)
|
||||
|
|
|
@ -28,9 +28,10 @@ add('AxeCop', 'http://axecop.com/comic/season-two/')
|
|||
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')
|
||||
add('Buni','http://www.bunicomic.com/')
|
||||
add('BusinessCat','http://www.businesscat.happyjar.com/')
|
||||
add('Buni', 'http://www.bunicomic.com/')
|
||||
add('BusinessCat', 'http://www.businesscat.happyjar.com/')
|
||||
add('Catena', 'http://catenamanor.com/')
|
||||
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/')
|
||||
|
|
Loading…
Reference in a new issue