Add LastResort
This commit is contained in:
parent
cb360bc983
commit
7d03d3369b
1 changed files with 6 additions and 0 deletions
|
@ -51,6 +51,12 @@ class LasLindas(_BasicScraper):
|
|||
help = 'Index format: stripname'
|
||||
|
||||
|
||||
class LastResort(_WordPressScraper):
|
||||
url = 'http://www.lastres0rt.com/'
|
||||
stripUrl = url + 'comic/%s/'
|
||||
firstStripUrl = stripUrl % 'that-sound-you-hear-is-a-shattered-stereotype'
|
||||
|
||||
|
||||
class LeastICouldDo(_ParserScraper):
|
||||
url = 'http://www.leasticoulddo.com/'
|
||||
stripUrl = url + 'comic/%s'
|
||||
|
|
Loading…
Reference in a new issue