Add support for 'The Monster under the Bed'

This commit is contained in:
gruetzkopf 2017-01-22 00:11:05 +01:00
parent c4a184d173
commit edb49faa8b

View file

@ -200,3 +200,7 @@ class MysteriesOfTheArcana(_ParserScraper):
url = 'http://mysteriesofthearcana.com/'
imageSearch = '//div[@id="comic"]//img'
prevSearch = '//a[@class="navprevious"]'
class MonsterUnderTheBed(_WordPressScraper):
adult = True
url = 'http://themonsterunderthebed.net/'