Fix TheGamerCat

This commit is contained in:
Techwolf 2019-07-03 00:18:55 -07:00 committed by Tobias Gruetzmacher
parent 1b8c404a15
commit b6f2000c0b

View file

@ -54,12 +54,11 @@ class TheDreamlandChronicles(_WordPressScraper):
class TheGamerCat(_ParserScraper): class TheGamerCat(_ParserScraper):
url = "http://www.thegamercat.com/" url = 'https://thegamercat.com/'
stripUrl = url + "comic/%s/" stripUrl = url + 'comic/%s/'
firstStripUrl = stripUrl % "06102011" firstStripUrl = stripUrl % '06102011'
css = True imageSearch = '//div[@id="comic"]//img'
imageSearch = '#comic img' prevSearch = '//a[contains(@class, "comic-nav-previous")]'
prevSearch = '.comic-nav-previous'
help = 'Index format: stripname' help = 'Index format: stripname'