Add LazJonesAndTheMayfieldRegulators

This commit is contained in:
Techwolf 2020-04-16 02:03:04 -07:00 committed by Tobias Gruetzmacher
parent 2068130ae1
commit c2e3264be0

View file

@ -40,6 +40,14 @@ class LastResort(_WordPressScraper):
firstStripUrl = stripUrl % 'that-sound-you-hear-is-a-shattered-stereotype'
class LazJonesAndTheMayfieldRegulators(_ParserScraper):
url = 'https://www.lazjones.com/'
stripUrl = url + 'comic/%s'
firstStripUrl = stripUrl % 'chapter1_00'
imageSearch = '//img[contains(@src, "comic/pages/")]'
prevSearch = '//a[contains(text(), "Previous")]'
class LeastICouldDo(_ParserScraper):
url = 'https://leasticoulddo.com/'
stripUrl = url + 'comic/%s'