1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 16:45:17 +00:00

Fix --compat-option no-direct-merge

This commit is contained in:
pukkandan
2021-09-11 17:47:26 +05:30
parent 03c862794f
commit d5fe04f5c7
2 changed files with 2 additions and 2 deletions

View File

@ -357,7 +357,7 @@ class FFmpegFD(ExternalFD):
pass
@classmethod
def can_merge_formats(cls, info_dict, params={}):
def can_merge_formats(cls, info_dict, params):
return (
info_dict.get('requested_formats')
and info_dict.get('protocol')