From: Philipp Hagemeister Date: Fri, 22 Aug 2014 01:44:30 +0000 (+0200) Subject: [test_YoutubeDL] Reorder formats (#3542) X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=a053c3493a0a92c25a4d4fc03619bf27356c3811;p=youtube-dl [test_YoutubeDL] Reorder formats (#3542) --- diff --git a/test/test_YoutubeDL.py b/test/test_YoutubeDL.py index e794cc97f..ab61e1976 100644 --- a/test/test_YoutubeDL.py +++ b/test/test_YoutubeDL.py @@ -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:]):