From c78960d2b82082a220446fef144d93adf99ba746 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Sun, 15 Nov 2015 18:21:05 +0400 Subject: [PATCH] hlsparse: this should be HLS and not HDS --- lib/svtplay_dl/fetcher/hls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/svtplay_dl/fetcher/hls.py b/lib/svtplay_dl/fetcher/hls.py index e352597..8926ebf 100644 --- a/lib/svtplay_dl/fetcher/hls.py +++ b/lib/svtplay_dl/fetcher/hls.py @@ -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]