From: Yen Chi Hsuan Date: Thu, 7 May 2015 19:02:34 +0000 (+0800) Subject: [downloader/rtmp] Fix a typo X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=156fc83a55b14258bb4a2fa1ec3b02d4db679603;p=youtube-dl [downloader/rtmp] Fix a typo --- 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: