diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-04-16 05:30:46 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-04-16 05:31:47 +0530 |
commit | a7191c6f577e5a43d9f2e7108d05368a4f988aac (patch) | |
tree | 02d1a8fc1784a7ca56b87779ad04846a48b2f3d0 /test | |
parent | baa58739429cd04eb250036d90a7339b640aa932 (diff) | |
download | hypervideo-pre-a7191c6f577e5a43d9f2e7108d05368a4f988aac.tar.lz hypervideo-pre-a7191c6f577e5a43d9f2e7108d05368a4f988aac.tar.xz hypervideo-pre-a7191c6f577e5a43d9f2e7108d05368a4f988aac.zip |
Fix some linter and typos
Diffstat (limited to 'test')
-rw-r--r-- | test/test_YoutubeDL.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_YoutubeDL.py b/test/test_YoutubeDL.py index 6ae36638b..b910a26a8 100644 --- a/test/test_YoutubeDL.py +++ b/test/test_YoutubeDL.py @@ -311,8 +311,8 @@ class TestFormatSelection(unittest.TestCase): self.assertRaises(ExtractorError, ydl.process_ie_result, info_dict.copy()) def test_youtube_format_selection(self): + # FIXME: Rewrite in accordance with the new format sorting options return - # disabled for now - this needs some changes order = [ '38', '37', '46', '22', '45', '35', '44', '18', '34', '43', '6', '5', '17', '36', '13', |