Use the 'rtmp_live' field for the live parameter of rtmpdump

This commit is contained in:
Jaime Marquínez Ferrándiz 2013-11-10 12:45:17 +01:00
parent 1008bebade
commit 0ed05a1d2d
2 changed files with 3 additions and 3 deletions

View file

@ -428,7 +428,7 @@ class FileDownloader(object):
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'):