1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

viafree: remove old variable

This commit is contained in:
Johan Andersson 2018-05-21 00:38:04 +02:00
parent 7275829dae
commit 7aee5164f5

View File

@ -242,7 +242,6 @@ class Viaplay(Service, OpenGraphThumbMixin):
def _get_video_data(self, vid):
url = "http://playapi.mtgx.tv/v3/videos/{0}".format(vid)
self.options.other = ""
data = self.http.request("get", url)
return data