From b95edf3b8957a10e5217a1f79dcf59d50d4d1869 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 a66912502..5f4644d0c 100644 --- a/youtube_dl/extractor/vimeo.py +++ b/youtube_dl/extractor/vimeo.py @@ -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