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