diff --git a/youtube_dl/extractor/vimeo.py b/youtube_dl/extractor/vimeo.py index 88f4d9979..44bdefad9 100644 --- a/youtube_dl/extractor/vimeo.py +++ b/youtube_dl/extractor/vimeo.py @@ -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