Add ClanOfTheCats/Reunion

This commit is contained in:
Techwolf 2019-08-10 00:50:10 -07:00 committed by Tobias Gruetzmacher
parent b340403013
commit 7a54278ccd

View file

@ -263,6 +263,13 @@ class ClanOfTheCats(_WordPressScraper):
return tourl.replace('/2954/', '/2002-06-22/')
class ClanOfTheCatsReunion(_WordPressScraper):
name = 'ClanOfTheCats/Reunion'
url = 'http://www.clanofthecats.com/'
stripUrl = url + 'comic/%s/'
firstStripUrl = stripUrl % 'cotc-reunion'
class Cloudscratcher(_ParserScraper):
url = 'http://www.cloudscratcher.com/'
stripUrl = url + 'comic.php?page=%s'