Fix MonsterUnderTheBed

This commit is contained in:
Techwolf 2019-12-16 22:38:36 -08:00 committed by Tobias Gruetzmacher
parent 33954aaab6
commit 0b675572df

View file

@ -252,5 +252,7 @@ class MysteriesOfTheArcana(_ParserScraper):
class MonsterUnderTheBed(_WordPressScraper): class MonsterUnderTheBed(_WordPressScraper):
adult = True
url = 'http://themonsterunderthebed.net/' url = 'http://themonsterunderthebed.net/'
stripUrl = url + '?comic=%s'
firstStripUrl = stripUrl % 'test-post'
adult = True