Fix QuantumVibe
This commit is contained in:
parent
93c9548fab
commit
90c23149ad
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class QuantumVibe(_ParserScraper):
|
|||
stripUrl = url + 'strip?page=%s'
|
||||
firstStripUrl = stripUrl % '1'
|
||||
imageSearch = '//img[contains(@src, "disppageV3?story=qv")]'
|
||||
prevSearch = '//a[./img[contains(@src, "nav/prevstrip")]]'
|
||||
prevSearch = '//a[./img[@alt="Previous Strip"]]'
|
||||
|
||||
|
||||
class QuestionableContent(_ParserScraper):
|
||||
|
|
Loading…
Reference in a new issue