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

multiple embedded youtube urls, #1787

Closed
renuyarday opened this issue Nov 18, 2013 · 1 comment
Closed

multiple embedded youtube urls, #1787

renuyarday opened this issue Nov 18, 2013 · 1 comment
Labels

Comments

@renuyarday
Copy link

@renuyarday renuyarday commented Nov 18, 2013

Hi,

trying to download some information from a website like
http://www.thehobbitblog.com/category/videos/

When I run the following command

./youtube-dl --verbose -g http://www.thehobbitblog.com/category/videos/

I get the following response

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '-g', 'http://www.thehobbitblog.com/category/videos/']
[debug] youtube-dl version 2013.11.07
[debug] Python version 2.7.5 - Linux-3.11.7-200.fc19.x86_64-x86_64-with-fedora-19-Schrödinger’s_Cat
[debug] Proxy map: {}
WARNING: Falling back on generic information extractor.
ERROR: Unsupported URL: http://www.thehobbitblog.com/category/videos/; 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 "./youtube-dl/youtube_dl/YoutubeDL.py", line 348, in extract_info
ie_result = ie.extract(url)
File "./youtube-dl/youtube_dl/extractor/common.py", line 125, in extract
return self._real_extract(url)
File "./youtube-dl/youtube_dl/extractor/generic.py", line 212, in _real_extract
raise ExtractorError(u'Unsupported URL: %s' % url)
ExtractorError: Unsupported URL: http://www.thehobbitblog.com/category/videos/; 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.

Have forked this repository and tried to fix it to support a list of youtube embedded urls.

Would it be possible to merge it in the main branch

Thanks
Renu

@phihag
Copy link
Contributor

@phihag phihag commented Nov 18, 2013

This has been fixed in youtube-dl v2013.11.18. Type sudo youtube-dl -U if you have installed youtube-dl, or git pull to update your repository.

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.