1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-13 00:29:32 +00:00
This commit is contained in:
Ori Avtalion 2024-04-26 19:29:22 +03:00 committed by GitHub
commit c8ba007e2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -668,7 +668,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