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