Add NeverSatisfied
This commit is contained in:
parent
3b27a530d7
commit
4dd52cd160
1 changed files with 6 additions and 0 deletions
|
@ -85,6 +85,12 @@ class NewWorld(_WordPressScraper):
|
||||||
help = 'Index format: yyyy/mm/dd/stripn'
|
help = 'Index format: yyyy/mm/dd/stripn'
|
||||||
|
|
||||||
|
|
||||||
|
class NeverSatisfied(_ComicControlScraper):
|
||||||
|
url = 'https://www.neversatisfiedcomic.com/'
|
||||||
|
stripUrl = url + 'comic/%s'
|
||||||
|
firstStripUrl = stripUrl % 'never-satisfied'
|
||||||
|
|
||||||
|
|
||||||
class NichtLustig(_BasicScraper):
|
class NichtLustig(_BasicScraper):
|
||||||
url = 'http://www.nichtlustig.de/main.html'
|
url = 'http://www.nichtlustig.de/main.html'
|
||||||
stripUrl = 'http://static.nichtlustig.de/toondb/%s.html'
|
stripUrl = 'http://static.nichtlustig.de/toondb/%s.html'
|
||||||
|
|
Loading…
Reference in a new issue