mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	Fix typo: “ytseach” → “ytsearch”
This commit is contained in:
		| @@ -402,7 +402,7 @@ class GenericIE(InfoExtractor): | ||||
|             elif default_search == 'error': | ||||
|                 raise ExtractorError( | ||||
|                     ('%r is not a valid URL. ' | ||||
|                      'Set --default-search "ytseach" (or run  youtube-dl "ytsearch:%s" ) to search YouTube' | ||||
|                      'Set --default-search "ytsearch" (or run  youtube-dl "ytsearch:%s" ) to search YouTube' | ||||
|                     ) % (url, url), expected=True) | ||||
|             else: | ||||
|                 assert ':' in default_search | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Anthony J. Bentley
					Anthony J. Bentley