mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[tests] Allow multi_video to be tested as playlists
This commit is contained in:
		| @@ -153,7 +153,7 @@ def generator(test_case): | ||||
|                     break | ||||
|  | ||||
|             if is_playlist: | ||||
|                 self.assertEqual(res_dict['_type'], 'playlist') | ||||
|                 self.assertTrue(res_dict['_type'] in ['playlist', 'multi_video']) | ||||
|                 self.assertTrue('entries' in res_dict) | ||||
|                 expect_info_dict(self, res_dict, test_case.get('info_dict', {})) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user