From 45c8e0061a60ca10097c071fdc1e8fb1e455a980 Mon Sep 17 00:00:00 2001 From: Ori Avtalion Date: Sun, 20 Sep 2020 11:27:42 +0300 Subject: [PATCH] [vimeo] improve error message for embed-only videos --- youtube_dl/extractor/vimeo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/vimeo.py b/youtube_dl/extractor/vimeo.py index 421795b94..97400cdfc 100644 --- a/youtube_dl/extractor/vimeo.py +++ b/youtube_dl/extractor/vimeo.py @@ -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