mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-10-31 01:33:15 +00:00 
			
		
		
		
	[YoutubeDL] Do not apply playlist info to videos when extract_flat is set (#4003)
This commit is contained in:
		
							parent
							
								
									1ede5b2481
								
							
						
					
					
						commit
						e82c1e9a6e
					
				| @ -574,7 +574,6 @@ class YoutubeDL(object): | ||||
|             extract_flat = self.params.get('extract_flat', False) | ||||
|             if ((extract_flat == 'in_playlist' and 'playlist' in extra_info) or | ||||
|                     extract_flat is True): | ||||
|                 self.add_extra_info(ie_result, extra_info) | ||||
|                 if self.params.get('forcejson', False): | ||||
|                     self.to_stdout(json.dumps(ie_result)) | ||||
|                 return ie_result | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
						Philipp Hagemeister