projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1c4e4b
)
[downloader/rtsp] Print the command
author
Yen Chi Hsuan
<yan12125@gmail.com>
Thu, 14 Apr 2016 07:07:31 +0000
(15:07 +0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Thu, 14 Apr 2016 07:07:31 +0000
(15:07 +0800)
youtube_dl/downloader/rtsp.py
patch
|
blob
|
history
diff --git
a/youtube_dl/downloader/rtsp.py
b/youtube_dl/downloader/rtsp.py
index 3eb29526cbc90cb3351c75876698a1b238c07ef8..939358b2a2f00edaca5283d311d89ab220d26966 100644
(file)
--- a/
youtube_dl/downloader/rtsp.py
+++ b/
youtube_dl/downloader/rtsp.py
@@
-27,6
+27,8
@@
class RtspFD(FileDownloader):
self.report_error('MMS or RTSP download detected but neither "mplayer" nor "mpv" could be run. Please install any.')
return False
+ self._debug_cmd(args)
+
retval = subprocess.call(args)
if retval == 0:
fsize = os.path.getsize(encodeFilename(tmpfilename))