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

rtmp: it should be rtmp and not hds

This commit is contained in:
Johan Andersson 2014-07-13 15:19:12 +02:00
parent d9b945bf9e
commit d272c9bb84

View File

@ -12,7 +12,7 @@ from svtplay_dl.fetcher import VideoRetriever
class RTMP(VideoRetriever):
def name(self):
return "hds"
return "rtmp"
def download(self):
""" Get the stream from RTMP """