Add ClanOfTheCats

This commit is contained in:
Techwolf 2019-08-10 00:03:13 -07:00 committed by Tobias Gruetzmacher
parent 3d75493183
commit b340403013

View file

@ -253,6 +253,16 @@ class CigarroAndCerveja(_ParserScraper):
prevSearch = '//a[contains(text()," Prev")]',
class ClanOfTheCats(_WordPressScraper):
url = 'http://www.cotclassic.com/'
stripUrl = url + 'comic/%s/'
firstStripUrl = stripUrl % 'coming-home-2'
def link_modifier(self, fromurl, tourl):
# Fix broken navigation link
return tourl.replace('/2954/', '/2002-06-22/')
class Cloudscratcher(_ParserScraper):
url = 'http://www.cloudscratcher.com/'
stripUrl = url + 'comic.php?page=%s'