Add AbbysAgency
This commit is contained in:
parent
becc3b98f6
commit
24ee2e2594
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@ from ..helpers import regexNamer, bounceStarter, indirectStarter
|
||||||
from .common import _WordPressScraper, _WPNavi, _WPNaviIn, WP_LATEST_SEARCH
|
from .common import _WordPressScraper, _WPNavi, _WPNaviIn, WP_LATEST_SEARCH
|
||||||
|
|
||||||
|
|
||||||
|
class AbbysAgency(_WordPressScraper):
|
||||||
|
url = 'https://abbysagency.us/'
|
||||||
|
stripUrl = url + 'blog/comic/%s/'
|
||||||
|
firstStripUrl = stripUrl % 'a'
|
||||||
|
|
||||||
|
|
||||||
class AbstruseGoose(_BasicScraper):
|
class AbstruseGoose(_BasicScraper):
|
||||||
url = 'http://abstrusegoose.com/'
|
url = 'http://abstrusegoose.com/'
|
||||||
rurl = escape(url)
|
rurl = escape(url)
|
||||||
|
|
Loading…
Reference in a new issue