From c06950c4e110e5844d48af0032afcc9938475329 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Sat, 13 Oct 2018 11:33:39 -0700 Subject: [PATCH] [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. --- youtube_dl/extractor/vimeo.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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