[downloader/hls] Add _debug_cmd
This commit is contained in:
parent
6828c809e4
commit
7393746da2
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue