Fix CatsAndCameras
This commit is contained in:
parent
4219b32074
commit
0aa1ba3c66
1 changed files with 4 additions and 1 deletions
|
@ -168,7 +168,10 @@ class CatNineTakeTwo(CatNine):
|
||||||
|
|
||||||
|
|
||||||
class CatsAndCameras(_WordPressScraper):
|
class CatsAndCameras(_WordPressScraper):
|
||||||
url = 'http://catsncameras.com/'
|
url = 'https://catsncameras.com/cnc/'
|
||||||
|
stripUrl = url + 'comic/%s'
|
||||||
|
firstStripUrl = stripUrl % 'cnc-begins'
|
||||||
|
adult = True
|
||||||
|
|
||||||
|
|
||||||
class CatVersusHuman(_ParserScraper):
|
class CatVersusHuman(_ParserScraper):
|
||||||
|
|
Loading…
Reference in a new issue