mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-06 06:45:00 +01:00
[cleanup] Misc
This commit is contained in:
parent
fa44802809
commit
337734d4a8
10 changed files with 13 additions and 13 deletions
|
|
@ -3687,7 +3687,7 @@ class YoutubeDL:
|
|||
|
||||
def simplified_codec(f, field):
|
||||
assert field in ('acodec', 'vcodec')
|
||||
codec = f.get(field, 'unknown')
|
||||
codec = f.get(field)
|
||||
if not codec:
|
||||
return 'unknown'
|
||||
elif codec != 'none':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue