mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 22:55:42 +07:00
Use the 'rtmp_live' field for the live parameter of rtmpdump
This commit is contained in:
@@ -428,7 +428,7 @@ def _do_download(self, filename, info_dict):
|
||||
info_dict.get('page_url', None),
|
||||
info_dict.get('play_path', None),
|
||||
info_dict.get('tc_url', None),
|
||||
info_dict.get('live', False))
|
||||
info_dict.get('rtmp_live', False))
|
||||
|
||||
# Attempt to download using mplayer
|
||||
if url.startswith('mms') or url.startswith('rtsp'):
|
||||
|
||||
Reference in New Issue
Block a user