Add ClanOfTheCats/Reunion
This commit is contained in:
parent
b340403013
commit
7a54278ccd
1 changed files with 7 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue