1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 19:55:38 +01:00

svtplay: remove debug print

This commit is contained in:
Johan Andersson 2021-07-23 01:03:42 +02:00
parent fd67b6e354
commit ef63b8a881

View File

@ -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: