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

Unknown URL type from http://www.break.com/video/president-bill-clinton-on-jimmy-kimmel-live-part-3-aliens-2594650 #2699

Closed
jillh510 opened this issue Apr 4, 2014 · 2 comments

Comments

@jillh510
Copy link

@jillh510 jillh510 commented Apr 4, 2014

python -m youtube_dl -v http://www.break.com/video/president-bill-clinton-on-jimmy-kimmel-live-part-3-aliens-2594650
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://www.break.com/video/president-bill-clinton-on-jimmy-kimmel-live-part-3-aliens-2594650']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.04.04.1
[debug] Python version 2.7.5 - Darwin-13.1.0-x86_64-i386-64bit
[debug] Proxy map: {}
[Break] 2594650: Downloading webpage
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/jill/june/.virtualenv/lib/python2.7/site-packages/youtube_dl/main.py", line 18, in
youtube_dl.main()
File "/Users/jill/june/.virtualenv/lib/python2.7/site-packages/youtube_dl/init.py", line 836, in main
_real_main(argv)
File "/Users/jill/june/.virtualenv/lib/python2.7/site-packages/youtube_dl/init.py", line 826, in _real_main
retcode = ydl.download(all_urls)
File "/Users/jill/june/.virtualenv/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 1033, in download
self.extract_info(url)
File "/Users/jill/june/.virtualenv/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 522, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "/Users/jill/june/.virtualenv/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 559, in process_ie_result
return self.process_video_result(ie_result, download=download)
File "/Users/jill/june/.virtualenv/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 814, in process_video_result
self.process_info(new_info)
File "/Users/jill/june/.virtualenv/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 1004, in process_info
success = dl(filename, info_dict)
File "/Users/jill/june/.virtualenv/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 980, in dl
return fd.download(name, info)
File "/Users/jill/june/.virtualenv/lib/python2.7/site-packages/youtube_dl/downloader/common.py", line 290, in download
return self.real_download(filename, info_dict)
File "/Users/jill/june/.virtualenv/lib/python2.7/site-packages/youtube_dl/downloader/http.py", line 54, in real_download
data = self.ydl.urlopen(request)
File "/Users/jill/june/.virtualenv/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 1208, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 396, in open
protocol = req.get_type()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 258, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: ?1B608EE7AFCE3765E176F3C6FBB98002B3D18C64572F2307D76EA573A676F3BAB6ED

@jaimeMF jaimeMF closed this in 659eb98 Apr 4, 2014
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Apr 4, 2014

It will be fixed in the next version, thanks for the report.

@phihag
Copy link
Contributor

@phihag phihag commented Apr 4, 2014

This fix has been integrated in youtube-dl 2014.04.04.5. It looks like you have installed youtube-dl with pip or another package manager. Type sudo pip install -U youtube-dl or use your package manager to update. Again, thank you for the report!

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
3 participants
You can’t perform that action at this time.