mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-05 00:01:06 +00:00
[downloader/rtmp] Fix a typo
This commit is contained in:
parent
46be82b811
commit
156fc83a55
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user