fixed imageSearch --------- Co-authored-by: Tobias Gruetzmacher <tobias-git@23.gs>
This commit is contained in:
parent
c5b97dc874
commit
4c0d6f51a9
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ class LookingForGroup(ParserScraper):
|
||||||
url = 'https://www.lfg.co/'
|
url = 'https://www.lfg.co/'
|
||||||
stripUrl = url + 'page/%s/'
|
stripUrl = url + 'page/%s/'
|
||||||
firstStripUrl = stripUrl % '1'
|
firstStripUrl = stripUrl % '1'
|
||||||
imageSearch = '//div[@id="comic-img"]//img/@data-src'
|
imageSearch = '//div[@id="comic-img"]//img'
|
||||||
prevSearch = '//a[d:class("comic-nav-prev")]'
|
prevSearch = '//a[d:class("comic-nav-prev")]'
|
||||||
latestSearch = '//div[@id="feature-lfg-footer"]/a[contains(@href, "page/")]'
|
latestSearch = '//div[@id="feature-lfg-footer"]/a[contains(@href, "page/")]'
|
||||||
starter = indirectStarter
|
starter = indirectStarter
|
||||||
|
|
Loading…
Reference in a new issue