Add LilithsWord
This commit is contained in:
parent
38a29f631f
commit
0f8fe12c10
1 changed files with 9 additions and 0 deletions
|
@ -73,6 +73,15 @@ class LifeAintNoPonyFarm(_WordPressScraper):
|
||||||
multipleImagesPerStrip = True
|
multipleImagesPerStrip = True
|
||||||
|
|
||||||
|
|
||||||
|
class LilithsWord(_ComicControlScraper):
|
||||||
|
url = 'http://www.lilithword.com/'
|
||||||
|
stripUrl = url + 'comic/%s'
|
||||||
|
firstStripUrl = stripUrl % 'prologue-page-00'
|
||||||
|
|
||||||
|
def namer(self, imageUrl, pageUrl):
|
||||||
|
return imageUrl.rsplit('/', 1)[-1].split('-', 1)[1]
|
||||||
|
|
||||||
|
|
||||||
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