1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 12:15:40 +01:00

hlsparse: this should be HLS and not HDS

This commit is contained in:
Johan Andersson 2015-11-15 18:21:05 +04:00
parent db13aa6bb3
commit c78960d2b8

View File

@ -46,7 +46,7 @@ def hlsparse(options, res, url):
streams = {}
if res.status_code == 403:
streams[0] = ServiceError("Can't read HDS playlist. permission denied")
streams[0] = ServiceError("Can't read HLS playlist. permission denied")
return streams
files = (parsem3u(res.text))[1]