fix VGCats (#311)
This commit is contained in:
parent
38f4dd0ed1
commit
f63b899bb4
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class VGCats(_ParserScraper):
|
|||
url = 'https://www.vgcats.com/comics/'
|
||||
stripUrl = url + '?strip_id=%s'
|
||||
firstStripUrl = stripUrl % '0'
|
||||
imageSearch = '//td/img[contains(@src, "images/")]'
|
||||
imageSearch = '//td/font/img[contains(@src, "images/")]'
|
||||
prevSearch = '//a[img[contains(@src, "back.")]]'
|
||||
help = 'Index format: n (unpadded)'
|
||||
|
||||
|
|
Loading…
Reference in a new issue