Add WebcomicName
This commit is contained in:
parent
4e7c5b53cc
commit
23b028feaf
1 changed files with 7 additions and 0 deletions
|
@ -26,6 +26,13 @@ class WastedTalent(_BasicScraper):
|
||||||
help = 'Index format: stripname'
|
help = 'Index format: stripname'
|
||||||
|
|
||||||
|
|
||||||
|
class WebcomicName(_ParserScraper):
|
||||||
|
url = 'https://webcomicname.com/'
|
||||||
|
imageSearch = '//figure[{}]//img'.format(xpath_class('tmblr-full'))
|
||||||
|
prevSearch = '//a[{}]'.format(xpath_class('next'))
|
||||||
|
multipleImagesPerStrip = True
|
||||||
|
|
||||||
|
|
||||||
class WebDesignerCOTW(_ParserScraper):
|
class WebDesignerCOTW(_ParserScraper):
|
||||||
baseUrl = 'https://www.webdesignerdepot.com/'
|
baseUrl = 'https://www.webdesignerdepot.com/'
|
||||||
url = baseUrl + 'category/comics/'
|
url = baseUrl + 'category/comics/'
|
||||||
|
|
Loading…
Reference in a new issue