added MonkeyUser
This commit is contained in:
parent
e7410ce26b
commit
78e8f05360
1 changed files with 6 additions and 0 deletions
|
@ -150,6 +150,12 @@ class MistyTheMouse(_WordPressScraper):
|
||||||
firstStripUrl = 'http://www.mistythemouse.com/?p=12'
|
firstStripUrl = 'http://www.mistythemouse.com/?p=12'
|
||||||
|
|
||||||
|
|
||||||
|
class MonkeyUser(_ParserScraper):
|
||||||
|
url = 'https://www.monkeyuser.com/'
|
||||||
|
prevSearch = '//div[@title="previous"]/a'
|
||||||
|
imageSearch = '//div[@class="content"]/p/img'
|
||||||
|
|
||||||
|
|
||||||
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