LifeAintNoPontFarm added
This commit is contained in:
parent
01c1b04778
commit
cba9edbdec
1 changed files with 6 additions and 0 deletions
|
@ -66,6 +66,12 @@ class LetsSpeakEnglish(_ComicControlScraper):
|
||||||
url = 'http://www.marycagle.com'
|
url = 'http://www.marycagle.com'
|
||||||
|
|
||||||
|
|
||||||
|
class LifeAintNoPonyFarm(_WordPressScraper):
|
||||||
|
url = 'http://sarahburrini.com/en/'
|
||||||
|
firstStripUrl = url + 'comic/my-first-webcomic/'
|
||||||
|
multipleImagesPerStrip = True
|
||||||
|
|
||||||
|
|
||||||
class LittleGamers(_BasicScraper):
|
class LittleGamers(_BasicScraper):
|
||||||
url = 'http://www.little-gamers.com/'
|
url = 'http://www.little-gamers.com/'
|
||||||
stripUrl = url + '%s/'
|
stripUrl = url + '%s/'
|
||||||
|
|
Loading…
Reference in a new issue