mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[cleanup] Minor fixes
This commit is contained in:
parent
134c913cca
commit
f5ea47488a
4 changed files with 8 additions and 5 deletions
|
@ -895,7 +895,7 @@ class TestUtil(unittest.TestCase):
|
|||
'dynamic_range': 'HDR10',
|
||||
})
|
||||
self.assertEqual(parse_codecs('av01.0.12M.10.0.110.09.16.09.0'), {
|
||||
'vcodec': 'av01.0.12M.10',
|
||||
'vcodec': 'av01.0.12M.10.0.110.09.16.09.0',
|
||||
'acodec': 'none',
|
||||
'dynamic_range': 'HDR10',
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue