Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot dl vimeo videos in https://www.offcenterharbor.com/all-videos/ #14658

Closed
Justacarbonlifeform opened this issue Nov 2, 2017 · 1 comment
Closed
Labels

Comments

@Justacarbonlifeform
Copy link

@Justacarbonlifeform Justacarbonlifeform commented Nov 2, 2017

Output looks like:

user@user-ThinkPad-T400:~/Videos/Misc_Films/Evolution_Paleontology_and_History$ youtube-dl -v https://player.vimeo.com/video/239111710
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'https://player.vimeo.com/video/239111710']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.10.29
[debug] Python version 2.7.6 - Linux-3.13.0-133-lowlatency-x86_64-with-Trisquel-7.0-belenos
[debug] exe versions: avconv 9.20-6, avprobe 9.20-6
[debug] Proxy map: {}
[vimeo] 239111710: Downloading webpage
ERROR: Cannot download embed-only video without embedding URL. Please call youtube-dl with the URL of the page that embeds this video.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/vimeo.py", line 470, in _real_extract
webpage, urlh = self._download_webpage_handle(request, video_id)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 532, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote, fatal, data=data, headers=headers, query=query)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 512, in _request_webpage
raise ExtractorError(errmsg, sys.exc_info()[2], cause=err)
ExtractorError: Unable to download webpage: HTTP Error 403: Forbidden (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 784, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 434, in extract
ie_result = self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/vimeo.py", line 484, in _real_extract
expected=True)
ExtractorError: Cannot download embed-only video without embedding URL. Please call youtube-dl with the URL of the page that embeds this video.

The URL was: https://www.offcenterharbor.com/videos/port-townsend-shipwrights-co-op-shipyard-walkabout/

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Nov 2, 2017

You must use the original URL.

@dstftw dstftw closed this Nov 2, 2017
@dstftw dstftw added the invalid label Nov 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.