Fix Wumo and friends.
This commit is contained in:
parent
51ed898f5d
commit
446b81fc45
1 changed files with 3 additions and 3 deletions
|
@ -14,12 +14,12 @@ class KindOfNormal(_ParserScraper):
|
|||
|
||||
def __init__(self, name, url):
|
||||
super(KindOfNormal, self).__init__(name)
|
||||
self.url = 'http://kindofnormal.com/' + url
|
||||
self.url = 'http://wumo.com/' + url
|
||||
|
||||
@classmethod
|
||||
def getmodules(cls):
|
||||
return [
|
||||
return (
|
||||
cls('MeAndDanielle', 'meanddanielle'),
|
||||
cls('TruthFacts', 'truthfacts'),
|
||||
cls('Wumo', 'wumo'),
|
||||
]
|
||||
)
|
Loading…
Reference in a new issue