mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-02-05 18:20:10 +09:00
Merge b95edf3b89
into d55d1f423d
This commit is contained in:
commit
49b3ebf5b5
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user