aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_YoutubeDL.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-04-16 05:30:46 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-04-16 05:31:47 +0530
commita7191c6f577e5a43d9f2e7108d05368a4f988aac (patch)
tree02d1a8fc1784a7ca56b87779ad04846a48b2f3d0 /test/test_YoutubeDL.py
parentbaa58739429cd04eb250036d90a7339b640aa932 (diff)
downloadhypervideo-pre-a7191c6f577e5a43d9f2e7108d05368a4f988aac.tar.lz
hypervideo-pre-a7191c6f577e5a43d9f2e7108d05368a4f988aac.tar.xz
hypervideo-pre-a7191c6f577e5a43d9f2e7108d05368a4f988aac.zip
Fix some linter and typos
Diffstat (limited to 'test/test_YoutubeDL.py')
-rw-r--r--test/test_YoutubeDL.py2
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',