From 23b028feaf7eed94521070091fd73e5d6fbfa771 Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Sun, 19 Apr 2020 23:42:27 +0200 Subject: [PATCH] Add WebcomicName --- dosagelib/plugins/w.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dosagelib/plugins/w.py b/dosagelib/plugins/w.py index b6d1ce335..59e0ea29b 100644 --- a/dosagelib/plugins/w.py +++ b/dosagelib/plugins/w.py @@ -26,6 +26,13 @@ class WastedTalent(_BasicScraper): 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): baseUrl = 'https://www.webdesignerdepot.com/' url = baseUrl + 'category/comics/'