mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	Write current epoch to infojson when using --no-clean-infojson
				
					
				
			Closes #191
This commit is contained in:
		| @@ -2539,6 +2539,7 @@ class YoutubeDL(object): | ||||
|     @staticmethod | ||||
|     def filter_requested_info(info_dict, actually_filter=True): | ||||
|         if not actually_filter: | ||||
|             info_dict['epoch'] = int(time.time()) | ||||
|             return info_dict | ||||
|         exceptions = { | ||||
|             'remove': ['requested_formats', 'requested_subtitles', 'filepath', 'entries'], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan