From f31c0c681d40608c76c3d3649b268dd6852d9b65 Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Tue, 29 Sep 2020 23:00:15 +0200 Subject: [PATCH] Fix BusinessCat and mark as endOfLife --- dosagelib/plugins/b.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dosagelib/plugins/b.py b/dosagelib/plugins/b.py index b791ba916..6daabd4f7 100644 --- a/dosagelib/plugins/b.py +++ b/dosagelib/plugins/b.py @@ -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):