youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 156fc83a55b14258bb4a2fa1ec3b02d4db679603
parent 46be82b811d91be0b0876cf141e6a94e65b8fd7f
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Fri,  8 May 2015 03:02:34 +0800

[downloader/rtmp] Fix a typo

Diffstat:
Myoutube_dl/downloader/rtmp.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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: