mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[test] Fix test_YoutubeDL.TestYoutubeDL
				
					
				
			Test `test_ignoreerrors_for_playlist_with_url_transparent_iterable_entries` was broken due to `__original_infodict` being added to the dict
This commit is contained in:
		| @@ -29,6 +29,7 @@ class YDL(FakeYDL): | |||||||
|         self.msgs = [] |         self.msgs = [] | ||||||
|  |  | ||||||
|     def process_info(self, info_dict): |     def process_info(self, info_dict): | ||||||
|  |         info_dict.pop('__original_infodict', None) | ||||||
|         self.downloaded_info_dicts.append(info_dict) |         self.downloaded_info_dicts.append(info_dict) | ||||||
|  |  | ||||||
|     def to_screen(self, msg): |     def to_screen(self, msg): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan