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:
parent
d9b945bf9e
commit
d272c9bb84
@ -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 """
|
||||
|
Loading…
Reference in New Issue
Block a user