diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-05-08 03:02:34 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-05-08 03:11:24 +0800 |
commit | 156fc83a55b14258bb4a2fa1ec3b02d4db679603 (patch) | |
tree | f240e0f17bc7e9d15b145b1147f2575f2c9a78c3 /youtube_dl/downloader | |
parent | 46be82b811d91be0b0876cf141e6a94e65b8fd7f (diff) |
[downloader/rtmp] Fix a typo
Diffstat (limited to 'youtube_dl/downloader')
-rw-r--r-- | youtube_dl/downloader/rtmp.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |