Add BackOffice

This commit is contained in:
Techwolf 2020-02-18 01:51:52 -08:00 committed by Tobias Gruetzmacher
parent c45d3839b2
commit b4bc7f27c6

View file

@ -8,7 +8,13 @@ from re import compile, escape
from ..util import tagre
from ..scraper import _BasicScraper, _ParserScraper
from ..helpers import indirectStarter, xpath_class
from .common import _ComicControlScraper, _WordPressScraper, _WPNaviIn, _WPWebcomic
from .common import _ComicControlScraper, _WordPressScraper, _WPNavi, _WPNaviIn, _WPWebcomic
class BackOffice(_WPNavi):
url = 'https://rawrtacular.com/bo/'
stripUrl = url + '?comic=%s'
firstStripUrl = stripUrl % 'back-office'
class BadassMuthas(_BasicScraper):