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:
parent
fd67b6e354
commit
ef63b8a881
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user