Fix BusinessCat and mark as endOfLife
This commit is contained in:
parent
2364e8bab3
commit
f31c0c681d
1 changed files with 5 additions and 2 deletions
|
@ -276,8 +276,11 @@ class Buni(_WordPressScraper):
|
|||
url = 'http://www.bunicomic.com/'
|
||||
|
||||
|
||||
class BusinessCat(_WPNaviIn):
|
||||
url = 'http://www.businesscat.happyjar.com/'
|
||||
class BusinessCat(_ParserScraper):
|
||||
url = 'https://www.businesscatcomic.com/'
|
||||
imageSearch = '//div[d:class("comic-image")]//img'
|
||||
prevSearch = '//a[@rel="prev"]'
|
||||
endOfLife = True
|
||||
|
||||
|
||||
class ButImACatPerson(_WordPressScraper):
|
||||
|
|
Loading…
Reference in a new issue