This commit is contained in:
Ori Avtalion 2025-06-29 15:16:46 +03:00 committed by GitHub
commit 7f5e8bf8a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -668,7 +668,7 @@ class VimeoIE(VimeoBaseInfoExtractor):
raise ExtractorError( raise ExtractorError(
'Cannot download embed-only video without embedding ' 'Cannot download embed-only video without embedding '
'URL. Please call youtube-dl with the URL of the page ' '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) expected=True)
raise raise