projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6828c80
)
[downloader/hls] Add _debug_cmd
author
Sergey M․
<dstftw@gmail.com>
Thu, 13 Aug 2015 15:10:11 +0000
(21:10 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 13 Aug 2015 15:10:11 +0000
(21:10 +0600)
youtube_dl/downloader/hls.py
patch
|
blob
|
history
diff --git
a/youtube_dl/downloader/hls.py
b/youtube_dl/downloader/hls.py
index 60dca0ab1fe7f311ce1a0919fd2d81a1240328b5..2b6c3370f5c16a0998e8125223a51c53e0ef5c90 100644
(file)
--- a/
youtube_dl/downloader/hls.py
+++ b/
youtube_dl/downloader/hls.py
@@
-32,6
+32,8
@@
class HlsFD(FileDownloader):
for opt in (ffpp.executable, '-y', '-i', url, '-f', 'mp4', '-c', 'copy', '-bsf:a', 'aac_adtstoasc')]
args.append(encodeFilename(tmpfilename, True))
+ self._debug_cmd(args)
+
retval = subprocess.call(args)
if retval == 0:
fsize = os.path.getsize(encodeFilename(tmpfilename))