Fix Sheldon (half-fixes #318)

This commit is contained in:
Tobias Gruetzmacher 2024-05-14 22:22:48 +02:00
parent f87526738c
commit 50a656bb6f
No known key found for this signature in database

View file

@ -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")]]'