mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	| @@ -262,7 +262,8 @@ def create_parser(): | ||||
|         action='store_true', dest='ignoreconfig', | ||||
|         help=( | ||||
|             'Don\'t load any more configuration files except those given by --config-locations. ' | ||||
|             'For backward compatibility, if this option is found inside the system configuration file, the user configuration is not loaded')) | ||||
|             'For backward compatibility, if this option is found inside the system configuration file, the user configuration is not loaded. ' | ||||
|             '(Alias: --no-config')) | ||||
|     general.add_option( | ||||
|         '--no-config-locations', | ||||
|         action='store_const', dest='config_locations', const=[], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan