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

Download from http://blogs.elpais.com/ #2333

Closed
jlazkano opened this issue Feb 6, 2014 · 1 comment
Closed

Download from http://blogs.elpais.com/ #2333

jlazkano opened this issue Feb 6, 2014 · 1 comment

Comments

@jlazkano
Copy link

@jlazkano jlazkano commented Feb 6, 2014

Hello, is it possible to download this video?

http://blogs.elpais.com/la-voz-de-inaki/2014/02/tiempo-nuevo-recetas-viejas.html

$ youtube-dl http://blogs.elpais.com/la-voz-de-inaki/2014/02/tiempo-nuevo-recetas-viejas.html -F --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://blogs.elpais.com/la-voz-de-inaki/2014/02/tiempo-nuevo-recetas-viejas.html', '-F', '--verbose']
[debug] youtube-dl version 2013.12.04
[debug] Python version 2.7.3 - Linux-3.2.0-4-amd64-x86_64-with-debian-7.3
[debug] Proxy map: {}
WARNING: Falling back on generic information extractor.
[generic] tiempo-nuevo-recetas-viejas.html: Downloading webpage
[generic] tiempo-nuevo-recetas-viejas.html: Extracting information
ERROR: Unsupported URL: http://blogs.elpais.com/la-voz-de-inaki/2014/02/tiempo-nuevo-recetas-viejas.html; 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 "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 429, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 131, in extract
return self._real_extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/generic.py", line 236, in _real_extract
raise ExtractorError(u'Unsupported URL: %s' % url)
ExtractorError: Unsupported URL: http://blogs.elpais.com/la-voz-de-inaki/2014/02/tiempo-nuevo-recetas-viejas.html; 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.

Regards.

@phihag
Copy link
Contributor

@phihag phihag commented Feb 6, 2014

Thank you for the report. Support for El País has been added in youtube-dl 2014.02.06.1. Users that employed our manual installation can update with sudo youtube-dl -U. It looks like you used pip or your distribution's packages, so you'll need to execute sudo pip -U youtube-dl or use your distribution's package manager once the distribution's youtube-dl package is updated.

@phihag phihag closed this Feb 6, 2014
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.