Add LastResort

This commit is contained in:
Techwolf 2019-06-23 02:10:24 -07:00 committed by Tobias Gruetzmacher
parent cb360bc983
commit 7d03d3369b

View file

@ -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'