1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-06-23 11:56:20 +00:00

Merge b95edf3b8957a10e5217a1f79dcf59d50d4d1869 into c052a16f72af7dd7671d4dd62826de71cd99dfb6

This commit is contained in:
Ori Avtalion 2025-04-14 08:44:34 +00:00 committed by GitHub
commit a720ee8646
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