From ef63b8a8816b38319b45d8d0c012c17205007353 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Fri, 23 Jul 2021 01:03:42 +0200 Subject: [PATCH] svtplay: remove debug print --- lib/svtplay_dl/service/svtplay.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/svtplay_dl/service/svtplay.py b/lib/svtplay_dl/service/svtplay.py index bd740ae..50200b7 100644 --- a/lib/svtplay_dl/service/svtplay.py +++ b/lib/svtplay_dl/service/svtplay.py @@ -106,7 +106,6 @@ class Svtplay(Service, MetadataThumbMixin): return for i in janson["videoReferences"]: - logging.info(i) if i["url"].find(".m3u8") > 0 and (i["format"] == "hls-cmaf-full" or i["format"] == "hls-cmaf-live"): yield from hlsparse(self.config, self.http.request("get", i["url"]), i["url"], self.output) elif i["url"].find(".mpd") > 0: