mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
Merge branch 'lilydjwg-develop' into develop
This commit is contained in:
commit
e49c46a25f
@ -109,11 +109,9 @@ def ffmpeg_concat_flv_to_mp4(files, output='output.mp4'):
|
||||
params.append(output + '.txt')
|
||||
params += ['-c', 'copy', output]
|
||||
|
||||
if subprocess.call(params) == 0:
|
||||
subprocess.check_call(params)
|
||||
os.remove(output + '.txt')
|
||||
return True
|
||||
else:
|
||||
raise
|
||||
|
||||
for file in files:
|
||||
if os.path.isfile(file):
|
||||
|
Loading…
Reference in New Issue
Block a user