X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fdownloader%2Frtmp.py;fp=youtube_dl%2Fdownloader%2Frtmp.py;h=7d19bb808a820da77aeb21070ebbdec4355f6739;hb=156fc83a55b14258bb4a2fa1ec3b02d4db679603;hp=6865b5e2fb9d9e967fce3dd9f171a2c1a36f04f5;hpb=46be82b811d91be0b0876cf141e6a94e65b8fd7f;p=youtube-dl diff --git a/youtube_dl/downloader/rtmp.py b/youtube_dl/downloader/rtmp.py index 6865b5e2f..7d19bb808 100644 --- a/youtube_dl/downloader/rtmp.py +++ b/youtube_dl/downloader/rtmp.py @@ -131,7 +131,7 @@ class RtmpFD(FileDownloader): if play_path is not None: basic_args += ['--playpath', play_path] if tc_url is not None: - basic_args += ['--tcUrl', url] + basic_args += ['--tcUrl', tc_url] if test: basic_args += ['--stop', '1'] if flash_version is not None: