adding strip Moonsticks
This commit is contained in:
parent
49e6bb998d
commit
9a009018c7
1 changed files with 8 additions and 0 deletions
|
@ -149,6 +149,14 @@ class Misfile(_BasicScraper):
|
||||||
help = 'Index format: yyyy-mm-dd'
|
help = 'Index format: yyyy-mm-dd'
|
||||||
|
|
||||||
|
|
||||||
|
class Moonsticks(_ParserScraper):
|
||||||
|
url = "http://moonsticks.org/"
|
||||||
|
stripUrl = url
|
||||||
|
imageSearch = "//div[@class='entry']//img"
|
||||||
|
prevSearch = u"//a[text()='« Previous']"
|
||||||
|
help = 'Index format: stripname'
|
||||||
|
|
||||||
|
|
||||||
class MonsieurLeChien(_BasicScraper):
|
class MonsieurLeChien(_BasicScraper):
|
||||||
url = 'http://www.monsieur-le-chien.fr/'
|
url = 'http://www.monsieur-le-chien.fr/'
|
||||||
stripUrl = url + 'index.php?planche=%s'
|
stripUrl = url + 'index.php?planche=%s'
|
||||||
|
|
Loading…
Reference in a new issue