mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-05 20:41:47 -07:00
Merge b95edf3b89
into a084c80f7b
This commit is contained in:
commit
7f5e8bf8a7
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ 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 supply it with the --referer option.',
|
||||
expected=True)
|
||||
raise
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue