projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46be82b
)
[downloader/rtmp] Fix a typo
author
Yen Chi Hsuan
<yan12125@gmail.com>
Thu, 7 May 2015 19:02:34 +0000
(
03:02
+0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Thu, 7 May 2015 19:11:24 +0000
(
03:11
+0800)
youtube_dl/downloader/rtmp.py
patch
|
blob
|
history
diff --git
a/youtube_dl/downloader/rtmp.py
b/youtube_dl/downloader/rtmp.py
index 6865b5e2fb9d9e967fce3dd9f171a2c1a36f04f5..7d19bb808a820da77aeb21070ebbdec4355f6739 100644
(file)
--- 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: