mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:20:45 +00:00 
			
		
		
		
	Fix bug in 119e40ef64
				
					
				
			This commit is contained in:
		| @@ -703,7 +703,7 @@ def parse_options(argv=None): | ||||
| 
 | ||||
|     postprocessors = list(get_postprocessors(opts)) | ||||
| 
 | ||||
|     print_only = bool(opts.forceprint) and all(k not in opts.forceprint for k in POSTPROCESS_WHEN[2:]) | ||||
|     print_only = bool(opts.forceprint) and all(k not in opts.forceprint for k in POSTPROCESS_WHEN[3:]) | ||||
|     any_getting = any(getattr(opts, k) for k in ( | ||||
|         'dumpjson', 'dump_single_json', 'getdescription', 'getduration', 'getfilename', | ||||
|         'getformat', 'getid', 'getthumbnail', 'gettitle', 'geturl' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan