mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[core] Fix format selection parse error for CPython 3.12 (#8797)
Authored by: Grub4K
This commit is contained in:
		| @@ -140,6 +140,8 @@ class TestFormatSelection(unittest.TestCase): | ||||
|         test('example-with-dashes', 'example-with-dashes') | ||||
|         test('all', '2', '47', '45', 'example-with-dashes', '35') | ||||
|         test('mergeall', '2+47+45+example-with-dashes+35', multi=True) | ||||
|         # See: https://github.com/yt-dlp/yt-dlp/pulls/8797 | ||||
|         test('7_a/worst', '35') | ||||
| 
 | ||||
|     def test_format_selection_audio(self): | ||||
|         formats = [ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Simon Sawicki
					Simon Sawicki