Compare commits

...

2 Commits

Author SHA1 Message Date
Ori Avtalion 3618260319
Merge b95edf3b89 into be008e657d 2023-12-09 07:44:12 -07:00
Ori Avtalion b95edf3b89 [vimeo] improve error message for embed-only videos 2022-08-22 12:51:37 +03:00
1 changed files with 1 additions and 1 deletions

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