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 download vimeo video #20428

Closed
Tjorriemorrie opened this issue Mar 20, 2019 · 5 comments
Closed

Cannot download vimeo video #20428

Tjorriemorrie opened this issue Mar 20, 2019 · 5 comments

Comments

@Tjorriemorrie
Copy link

@Tjorriemorrie Tjorriemorrie commented Mar 20, 2019

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like this: [x])
  • Use the Preview tab to see what your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2019.03.18. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.

  • [x ] I've verified and I assure that I'm running youtube-dl 2019.03.18

Before submitting an issue make sure you have:

  • [x ] At least skimmed through the README, most notably the FAQ and BUGS sections
  • [x ] Searched the bugtracker for similar issues including closed ones
  • [x ] Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

What is the purpose of your issue?

  • [ x] Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue

$  pipenv run youtube-dl -v https://www.homegrownfoodsummit.com/john-livingston-chicken-mini-business/
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://www.homegrownfoodsummit.com/john-livingston-chicken-mini-business/']
[debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252
[debug] youtube-dl version 2019.03.18
[debug] Python version 3.6.0 (CPython) - Windows-10-10.0.15063-SP0
[debug] exe versions: ffmpeg 2.8.4, ffprobe N-87353-g183fd30
[debug] Proxy map: {}
[generic] john-livingston-chicken-mini-business: Requesting header
WARNING: Falling back on generic information extractor.
[generic] john-livingston-chicken-mini-business: Downloading webpage
[generic] john-livingston-chicken-mini-business: Extracting information
ERROR: Unsupported URL: https://www.homegrownfoodsummit.com/john-livingston-chicken-mini-business/
Traceback (most recent call last):
  File "c:\cygwin64\home\jaco.jansen\.virtualenvs\youtube-cyogsqqv\lib\site-packages\youtube_dl\YoutubeDL.py", line 794, in extract_info
    ie_result = ie.extract(url)
  File "c:\cygwin64\home\jaco.jansen\.virtualenvs\youtube-cyogsqqv\lib\site-packages\youtube_dl\extractor\common.py", line 529, in extract
    ie_result = self._real_extract(url)
  File "c:\cygwin64\home\jaco.jansen\.virtualenvs\youtube-cyogsqqv\lib\site-packages\youtube_dl\extractor\generic.py", line 3320, in _real_extract
    raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.homegrownfoodsummit.com/john-livingston-chicken-mini-business/

it seems that url should be easily supported

@Hrxn
Copy link

@Hrxn Hrxn commented Mar 20, 2019

How so? That's not a Vimeo link?

@ealgase
Copy link
Contributor

@ealgase ealgase commented Mar 21, 2019

@Hrxn It's a Vimeo embed that isn't properly extracted.

@Hrxn
Copy link

@Hrxn Hrxn commented Mar 21, 2019

Yeah, but how is youtube-dl supposed to know?
Isn't there some Vimeo button in the video corner? Or a share link, or the embed link functionality? Might get the Vimeo link from there.

@Tjorriemorrie
Copy link
Author

@Tjorriemorrie Tjorriemorrie commented Mar 21, 2019

@ealgase
Copy link
Contributor

@ealgase ealgase commented Mar 21, 2019

Yeah, but how is youtube-dl supposed to know?
Isn't there some Vimeo button in the video corner? Or a share link, or the embed link functionality? Might get the Vimeo link from there.

youtube-dl is supposed to find Vimeo embeds and download them. In this case, finding the embed fails. As @Tjorriemorrie said, you can't view it directly on Vimeo.

@remitamine remitamine closed this Nov 27, 2019
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
4 participants
You can’t perform that action at this time.