1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-20 23:18:57 +00:00

Fix allow-u in core

This commit is contained in:
Simon Sawicki
2024-12-20 21:44:10 +01:00
parent d298693b1b
commit 6e7072c53a
6 changed files with 29 additions and 47 deletions

View File

@@ -470,7 +470,6 @@ class FFmpegFD(ExternalFD):
return (
info_dict.get('requested_formats')
and info_dict.get('protocol')
and not params.get('allow_unplayable_formats')
and 'no-direct-merge' not in params.get('compat_opts', [])
and cls.can_download(info_dict))