mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 18:47:17 +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(
|
||||
'Cannot download embed-only video without embedding '
|
||||
'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)
|
||||
raise
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user