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
|
||||
|
||||
|
||||
class EvilInc(_WordPressScraper):
|
||||
url = 'http://evil-inc.com/'
|
||||
class EvilInc(_ParserScraper):
|
||||
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/'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue