mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 21:54:17 +01:00
viafree: remove old variable
This commit is contained in:
parent
7275829dae
commit
7aee5164f5
@ -242,7 +242,6 @@ class Viaplay(Service, OpenGraphThumbMixin):
|
|||||||
|
|
||||||
def _get_video_data(self, vid):
|
def _get_video_data(self, vid):
|
||||||
url = "http://playapi.mtgx.tv/v3/videos/{0}".format(vid)
|
url = "http://playapi.mtgx.tv/v3/videos/{0}".format(vid)
|
||||||
self.options.other = ""
|
|
||||||
data = self.http.request("get", url)
|
data = self.http.request("get", url)
|
||||||
return data
|
return data
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user