Add CollegeCatastrophe
This commit is contained in:
parent
59c68bc447
commit
f4e3c09717
1 changed files with 10 additions and 0 deletions
|
@ -191,6 +191,16 @@ class Collar6(_TumblrScraper):
|
|||
adult = True
|
||||
|
||||
|
||||
class CollegeCatastrophe(_ParserScraper):
|
||||
url = 'https://www.tigerknight.com/cc'
|
||||
stripUrl = url + '/%s'
|
||||
firstStripUrl = stripUrl % '2000-11-10'
|
||||
imageSearch = '//img[@class="comic-image"]'
|
||||
prevSearch = '//a[@class="prev"]'
|
||||
endOfLife = True
|
||||
multipleImagesPerStrip = True
|
||||
|
||||
|
||||
class Comedity(_BasicScraper):
|
||||
url = 'http://www.comedity.com/'
|
||||
stripUrl = url + 'index.php?strip_id=%s'
|
||||
|
|
Loading…
Reference in a new issue