Fix MonsterUnderTheBed
This commit is contained in:
parent
33954aaab6
commit
0b675572df
1 changed files with 3 additions and 1 deletions
|
@ -252,5 +252,7 @@ class MysteriesOfTheArcana(_ParserScraper):
|
|||
|
||||
|
||||
class MonsterUnderTheBed(_WordPressScraper):
|
||||
adult = True
|
||||
url = 'http://themonsterunderthebed.net/'
|
||||
stripUrl = url + '?comic=%s'
|
||||
firstStripUrl = stripUrl % 'test-post'
|
||||
adult = True
|
||||
|
|
Loading…
Reference in a new issue