Add PoppyOPossum
This commit is contained in:
parent
9aa0845b17
commit
48ed091878
1 changed files with 7 additions and 0 deletions
|
@ -201,6 +201,13 @@ class PoorlyDrawnLines(_ParserScraper):
|
|||
prevSearch = '//a[@rel="prev"]'
|
||||
|
||||
|
||||
class PoppyOPossum(_WordPressScraper):
|
||||
baseUrl = 'https://www.poppy-opossum.com/'
|
||||
url = baseUrl + '?latest'
|
||||
stripUrl = baseUrl + 'comic/%s'
|
||||
firstStripUrl = stripUrl % 'a-story'
|
||||
|
||||
|
||||
class Precocious(_ParserScraper):
|
||||
url = 'http://www.precociouscomic.com/'
|
||||
stripUrl = url + 'archive/comic/%s'
|
||||
|
|
Loading…
Reference in a new issue