mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[test/YoutubeDL] split in two classes
The name was misleading
This commit is contained in:
		| @@ -339,6 +339,8 @@ class TestFormatSelection(unittest.TestCase): | |||||||
|         downloaded = ydl.downloaded_info_dicts[0] |         downloaded = ydl.downloaded_info_dicts[0] | ||||||
|         self.assertEqual(downloaded['format_id'], 'G') |         self.assertEqual(downloaded['format_id'], 'G') | ||||||
|  |  | ||||||
|  |  | ||||||
|  | class TestYoutubeDL(unittest.TestCase): | ||||||
|     def test_subtitles(self): |     def test_subtitles(self): | ||||||
|         def s_formats(lang, autocaption=False): |         def s_formats(lang, autocaption=False): | ||||||
|             return [{ |             return [{ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz