mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
Fix some linter and typos
This commit is contained in:
parent
baa5873942
commit
a7191c6f57
4 changed files with 7 additions and 7 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue