Add ButImACatPerson
This commit is contained in:
parent
44b65f9aac
commit
8a987d3d97
1 changed files with 5 additions and 0 deletions
|
@ -210,6 +210,11 @@ class BusinessCat(_WPNaviIn):
|
|||
url = 'http://www.businesscat.happyjar.com/'
|
||||
|
||||
|
||||
class ButImACatPerson(_WordPressScraper):
|
||||
url = 'http://www.bicatperson.com/'
|
||||
stripUrl = 'comic/%s/'
|
||||
firstStripUrl = 'sketches-1'
|
||||
|
||||
class ButtercupFestival(_ParserScraper):
|
||||
url = 'http://www.buttercupfestival.com/'
|
||||
stripUrl = url + '%s.htm'
|
||||
|
|
Loading…
Reference in a new issue