Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Failed to download http://skillsmatter.com/podcast/home/move-semanticsperfect-forwarding-and-rvalue-references #1602
Comments
|
It embeds Vimeo videos. We already support Vimeo but it seems as if the embedded url is not extracted from the website. |
|
Thanks for the report. Support for embedded vimeo URLs like this one has been added youtube-dl v2013.10.15. Type
to update. |
|
Skills Matter site was redesigned.
|
|
Bump.
|
|
It seems that it requires you to login to actually see the video, if you want to get support for it, please open a new issue. Note that some skillcast can be downloaded without login, like https://skillsmatter.com/skillscasts/5818-a-new-model-of-testing#video. |
|
El 19/10/14 16:06, Konrad escribió:
|
Output:
~/youtube-dl/youtube-dl --verbose http://skillsmatter.com/podcast/home/move-semanticsperfect-forwarding-and-rvalue-references
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://skillsmatter.com/podcast/home/move-semanticsperfect-forwarding-and-rvalue-references']
[debug] youtube-dl version 2013.10.09
[debug] Python version 2.7.3 - Linux-3.8.0-26-generic-x86_64-with-Ubuntu-12.04-precise
[debug] Proxy map: {}
WARNING: Falling back on generic information extractor.
[generic] move-semanticsperfect-forwarding-and-rvalue-references: Downloading webpage
[generic] move-semanticsperfect-forwarding-and-rvalue-references: Extracting information
ERROR: Unsupported URL: http://skillsmatter.com/podcast/home/move-semanticsperfect-forwarding-and-rvalue-references; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "/home/martin/youtube-dl/youtube-dl/youtube_dl/YoutubeDL.py", line 348, in extract_info
ie_result = ie.extract(url)
File "/home/martin/youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 117, in extract
return self._real_extract(url)
File "/home/martin/youtube-dl/youtube-dl/youtube_dl/extractor/generic.py", line 152, in _real_extract
raise ExtractorError(u'Unsupported URL: %s' % url)
ExtractorError: Unsupported URL: http://skillsmatter.com/podcast/home/move-semanticsperfect-forwarding-and-rvalue-references; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.