[downloader/rtmp] Fix a typo

pull/8/head
Yen Chi Hsuan 2015-05-08 03:02:34 +08:00
rodzic 46be82b811
commit 156fc83a55
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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: