提交 b0a8c579 编写于 作者: M Mort Yao

enable merging f4v segments

上级 7053dabc
......@@ -557,7 +557,7 @@ def download_urls(urls, title, ext, total_size, output_dir='.', refer=None, merg
if not merge:
print()
return
if ext == 'flv':
if ext in ['flv', 'f4v']:
try:
from .processor.ffmpeg import has_ffmpeg_installed
if has_ffmpeg_installed():
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册