mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-23 19:55:38 +01:00
viafree: add missing self
This commit is contained in:
parent
c4540927be
commit
1cf16a91a4
@ -220,5 +220,5 @@ class Viafree(Service, OpenGraphThumbMixin):
|
||||
return True
|
||||
return False
|
||||
|
||||
def _jansonpage(text):
|
||||
def _jansonpage(self, text):
|
||||
return json.loads("{}{}".format("{", text.replace("undefined", "null")))
|
||||
|
Loading…
Reference in New Issue
Block a user