mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 12:15:40 +01:00
parent
24c1be3fd2
commit
ae89f52606
@ -170,6 +170,7 @@ class Tv4play(Service, OpenGraphThumbMixin):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
def _autoname(self, vid):
|
def _autoname(self, vid):
|
||||||
|
self.output["id"] = vid
|
||||||
jsondata = self._get_show_info()
|
jsondata = self._get_show_info()
|
||||||
for i in jsondata["results"]:
|
for i in jsondata["results"]:
|
||||||
if vid == i["id"]:
|
if vid == i["id"]:
|
||||||
|
Loading…
Reference in New Issue
Block a user