1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-13 08:39:33 +00:00

[vimeo] improve error message for embed-only videos

This commit is contained in:
Ori Avtalion 2020-09-20 11:27:42 +03:00
parent 66e58dccc2
commit b95edf3b89

View file

@ -657,7 +657,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