mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 22:37:24 +08:00
[vimeo] Add hint to error message to use --referer URL
Add a hint to the error message that the user can try using --referer URL on the command line.
This commit is contained in:
parent
5d90a8a5f3
commit
c06950c4e1
@ -499,7 +499,8 @@ class VimeoIE(VimeoBaseInfoExtractor):
|
|||||||
raise ExtractorError(
|
raise ExtractorError(
|
||||||
'Cannot download embed-only video without embedding '
|
'Cannot download embed-only video without embedding '
|
||||||
'URL. Please call youtube-dl with the URL of the page '
|
'URL. Please call youtube-dl with the URL of the page '
|
||||||
'that embeds this video.',
|
'that embeds this video or try using the '
|
||||||
|
'--referer URL command line option.',
|
||||||
expected=True)
|
expected=True)
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user