1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

hds: remove some left over debug code..

This commit is contained in:
Johan Andersson 2016-02-07 10:31:28 +01:00
parent 4e88894f0c
commit 0f340b194e

View File

@ -44,7 +44,6 @@ class LiveHDSException(HDSException):
def hdsparse(options, res, manifest):
streams = {}
bootstrap = {}
print res.status_code
if res.status_code == 403 or res.status_code == 404:
streams[0] = ServiceError("Can't read HDS playlist.")
return streams