mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	Add --extractor-args to pass extractor-specific arguments
				
					
				
			This commit is contained in:
		| @@ -70,6 +70,7 @@ from ..utils import ( | ||||
|     str_or_none, | ||||
|     str_to_int, | ||||
|     strip_or_none, | ||||
|     traverse_obj, | ||||
|     unescapeHTML, | ||||
|     unified_strdate, | ||||
|     unified_timestamp, | ||||
| @@ -3567,6 +3568,10 @@ class InfoExtractor(object): | ||||
|             else 'public' if all_known | ||||
|             else None) | ||||
|  | ||||
|     def _configuration_arg(self, key): | ||||
|         return traverse_obj( | ||||
|             self._downloader.params, ('extractor_args', self.ie_key().lower(), key)) | ||||
|  | ||||
|  | ||||
| class SearchInfoExtractor(InfoExtractor): | ||||
|     """ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan