mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 08:34:32 +01:00
[vimeo] improve error message for embed-only videos
This commit is contained in:
parent
b55715934b
commit
45c8e0061a
@ -601,7 +601,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…
Reference in New Issue
Block a user