From ae89f526067a20ca31cf0cb8b7d4fbdbeb9a8fe5 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Mon, 21 May 2018 23:36:11 +0200 Subject: [PATCH] tv4play: Add the id number to output fixes: #899 --- lib/svtplay_dl/service/tv4play.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/svtplay_dl/service/tv4play.py b/lib/svtplay_dl/service/tv4play.py index 5a61674..8c50346 100644 --- a/lib/svtplay_dl/service/tv4play.py +++ b/lib/svtplay_dl/service/tv4play.py @@ -170,6 +170,7 @@ class Tv4play(Service, OpenGraphThumbMixin): return False def _autoname(self, vid): + self.output["id"] = vid jsondata = self._get_show_info() for i in jsondata["results"]: if vid == i["id"]: