Add TheClassMenagerie
This commit is contained in:
parent
a6aacf0cc7
commit
379f963442
1 changed files with 10 additions and 0 deletions
|
@ -24,6 +24,16 @@ class TheBrads(_ParserScraper):
|
||||||
multipleImagesPerStrip = True
|
multipleImagesPerStrip = True
|
||||||
|
|
||||||
|
|
||||||
|
class TheClassMenagerie(_ParserScraper):
|
||||||
|
stripUrl = 'http://www.theclassm.com/d/%s.html'
|
||||||
|
url = stripUrl % '20050717'
|
||||||
|
firstStripUrl = stripUrl % '19990322'
|
||||||
|
imageSearch = '//img[@class="ksc"]'
|
||||||
|
prevSearch = '//a[@rel="prev"]'
|
||||||
|
multipleImagesPerStrip = True
|
||||||
|
endOfLife = True
|
||||||
|
|
||||||
|
|
||||||
class TheDevilsPanties(_WPNavi):
|
class TheDevilsPanties(_WPNavi):
|
||||||
url = 'http://thedevilspanties.com/'
|
url = 'http://thedevilspanties.com/'
|
||||||
stripUrl = url + 'archives/%s'
|
stripUrl = url + 'archives/%s'
|
||||||
|
|
Loading…
Reference in a new issue