Fix EvilInc (fixes #219)
This commit is contained in:
parent
014df0f0bb
commit
5a0898a0f1
1 changed files with 4 additions and 2 deletions
|
@ -193,8 +193,10 @@ class EvilDiva(_WordPressScraper):
|
||||||
endOfLife = True
|
endOfLife = True
|
||||||
|
|
||||||
|
|
||||||
class EvilInc(_WordPressScraper):
|
class EvilInc(_ParserScraper):
|
||||||
url = 'http://evil-inc.com/'
|
url = 'https://www.evil-inc.com/'
|
||||||
|
imageSearch = '//div[@id="unspliced-comic"]/img/@data-src'
|
||||||
|
prevSearch = '//a[./i[d:class("fa-chevron-left")]]'
|
||||||
firstStripUrl = url + 'comic/monday-3/'
|
firstStripUrl = url + 'comic/monday-3/'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue