mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	Fix verbose head not showing custom configs
This commit is contained in:
		| @@ -1590,7 +1590,7 @@ def parseOpts(overrideArguments=None): | ||||
|                     parser.error('config-location %s does not exist.' % location) | ||||
|                 config = _readOptions(location, default=None) | ||||
|                 if config: | ||||
|                     configs['custom'], paths['config'] = config, location | ||||
|                     configs['custom'], paths['custom'] = config, location | ||||
|  | ||||
|             if opts.ignoreconfig: | ||||
|                 return | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan