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:
parent
4e88894f0c
commit
0f340b194e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user