mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[YoutubeDL] Remove the redundant assignment to old_filename
Caused by commmit 592e97e855
			
			
This commit is contained in:
		| @@ -1516,7 +1516,6 @@ class YoutubeDL(object): | ||||
|             pps_chain.extend(ie_info['__postprocessors']) | ||||
|         pps_chain.extend(self._pps) | ||||
|         for pp in pps_chain: | ||||
|             old_filename = info['filepath'] | ||||
|             try: | ||||
|                 files_to_delete, info = pp.run(info) | ||||
|             except PostProcessingError as e: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yen Chi Hsuan
					Yen Chi Hsuan