Add LazJonesAndTheMayfieldRegulators
This commit is contained in:
parent
2068130ae1
commit
c2e3264be0
1 changed files with 8 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue