Browse Source

[test_YoutubeDL] Reorder formats (#3542)

totalwebcasting
Philipp Hagemeister 10 years ago
parent
commit
a053c3493a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/test_YoutubeDL.py

+ 1
- 1
test/test_YoutubeDL.py View File

@ -221,7 +221,7 @@ class TestFormatSelection(unittest.TestCase):
'138', '137', '248', '136', '247', '135', '246',
'245', '244', '134', '243', '133', '242', '160',
# Dash audio
'141', '172', '140', '139', '171',
'141', '172', '140', '171', '139',
]
for f1id, f2id in zip(order, order[1:]):


Loading…
Cancel
Save