mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-05 11:01:11 +00:00
Fix typo: “ytseach” → “ytsearch”
This commit is contained in:
parent
246168bd72
commit
eef4a7a304
@ -402,7 +402,7 @@ class GenericIE(InfoExtractor):
|
|||||||
elif default_search == 'error':
|
elif default_search == 'error':
|
||||||
raise ExtractorError(
|
raise ExtractorError(
|
||||||
('%r is not a valid URL. '
|
('%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)
|
) % (url, url), expected=True)
|
||||||
else:
|
else:
|
||||||
assert ':' in default_search
|
assert ':' in default_search
|
||||||
|
Loading…
Reference in New Issue
Block a user