1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-10 15:37:20 +08:00

[vimeo] Add hint to error message to use --referer URL

Add a hint to the error message that the user can try using
--referer URL on the command line.
This commit is contained in:
John L. Villalovos 2018-10-13 11:33:39 -07:00
parent 5d90a8a5f3
commit c06950c4e1

View File

@ -499,7 +499,8 @@ 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 try using the '
'--referer URL command line option.',
expected=True)
raise