Use the 'rtmp_live' field for the live parameter of rtmpdump
[youtube-dl] / youtube_dl / FileDownloader.py
index 04784f602c254276b0ca88d48baeaa42813adbf8..d0b3dd8fb9dae7727dab597945836668a385b92a 100644 (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'):