mirror of https://github.com/yt-dlp/yt-dlp.git
[tests] Remove format 138 from tests (#4559)
This commit is contained in:
parent
95ceeec722
commit
c11125f9ed
|
@ -218,7 +218,7 @@ class TestFormatSelection(unittest.TestCase):
|
||||||
# 3D
|
# 3D
|
||||||
'85', '84', '102', '83', '101', '82', '100',
|
'85', '84', '102', '83', '101', '82', '100',
|
||||||
# Dash video
|
# Dash video
|
||||||
'138', '137', '248', '136', '247', '135', '246',
|
'137', '248', '136', '247', '135', '246',
|
||||||
'245', '244', '134', '243', '133', '242', '160',
|
'245', '244', '134', '243', '133', '242', '160',
|
||||||
# Dash audio
|
# Dash audio
|
||||||
'141', '172', '140', '171', '139',
|
'141', '172', '140', '171', '139',
|
||||||
|
|
Loading…
Reference in New Issue