Fix TheWhiteboard
This commit is contained in:
parent
92f02ce660
commit
4d1a0d9ad3
1 changed files with 6 additions and 0 deletions
|
@ -190,6 +190,12 @@ class TheWhiteboard(_ParserScraper):
|
|||
data = self.BROKEN_PAGE_MIDDLE.sub('<', data)
|
||||
return super(TheWhiteboard, self)._parse_page(data)
|
||||
|
||||
def imageUrlModifier(self, url, data):
|
||||
return self.url + url
|
||||
|
||||
def link_modifier(self, fromurl, tourl):
|
||||
return self.url + tourl
|
||||
|
||||
|
||||
class TheWotch(_WordPressScraper):
|
||||
url = 'http://www.thewotch.com/'
|
||||
|
|
Loading…
Reference in a new issue