mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[cleanup] Misc
Closes #4710, Closes #4754, Closes #4723 Authored by: pukkandan, MrRawes, DavidH-2022
This commit is contained in:
		| @@ -365,7 +365,7 @@ def validate_options(opts): | ||||
|             if keyring not in SUPPORTED_KEYRINGS: | ||||
|                 raise ValueError(f'unsupported keyring specified for cookies: "{keyring}". ' | ||||
|                                  f'Supported keyrings are: {", ".join(sorted(SUPPORTED_KEYRINGS))}') | ||||
|         opts.cookiesfrombrowser = (browser_name, profile or None, keyring, container or None) | ||||
|         opts.cookiesfrombrowser = (browser_name, profile, keyring, container) | ||||
| 
 | ||||
|     # MetadataParser | ||||
|     def metadataparser_actions(f): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan