Add support for 'The Monster under the Bed'
This commit is contained in:
parent
c4a184d173
commit
edb49faa8b
1 changed files with 4 additions and 0 deletions
|
@ -200,3 +200,7 @@ class MysteriesOfTheArcana(_ParserScraper):
|
||||||
url = 'http://mysteriesofthearcana.com/'
|
url = 'http://mysteriesofthearcana.com/'
|
||||||
imageSearch = '//div[@id="comic"]//img'
|
imageSearch = '//div[@id="comic"]//img'
|
||||||
prevSearch = '//a[@class="navprevious"]'
|
prevSearch = '//a[@class="navprevious"]'
|
||||||
|
|
||||||
|
class MonsterUnderTheBed(_WordPressScraper):
|
||||||
|
adult = True
|
||||||
|
url = 'http://themonsterunderthebed.net/'
|
||||||
|
|
Loading…
Reference in a new issue