Fixed imageSearch --------- Co-authored-by: Tobias Gruetzmacher <tobias-git@23.gs>
This commit is contained in:
parent
4c0d6f51a9
commit
fb9c5f4246
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class LeastICouldDo(ParserScraper):
|
|||
url = 'https://leasticoulddo.com/'
|
||||
stripUrl = url + 'comic/%s'
|
||||
firstStripUrl = stripUrl % '20030210'
|
||||
imageSearch = '//img[d:class("comic")]/@data-src'
|
||||
imageSearch = '//img[d:class("comic")]'
|
||||
prevSearch = '//a[@rel="prev"]'
|
||||
latestSearch = '//a[@id="latest-comic"]'
|
||||
starter = indirectStarter
|
||||
|
|
Loading…
Reference in a new issue