Fix Sheldon (half-fixes #318)
This commit is contained in:
parent
f87526738c
commit
50a656bb6f
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ class Sharksplode(WordPressScraper):
|
|||
class Sheldon(ParserScraper):
|
||||
url = 'https://www.sheldoncomics.com/'
|
||||
firstStripUrl = url + 'comic/well-who-is-this/'
|
||||
imageSearch = '//div[@id="comic"]//img'
|
||||
imageSearch = '//div[@id="comic"]//img/@data-src-img'
|
||||
prevSearch = '//a[img[d:class("left")]]'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue