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.
ValueError: unknown url type #1308
Comments
Rudloff
commented
Aug 24, 2013
|
Thanks for the report, fixed in git and in the next release. |
|
Thanks, but is it normal that it downloads only the first video ? |
|
It's the current behaviour: #1300 |
|
This re-occurs with 2017.01.29
|
|
I am having the same problem. I'm sorry but my understanding of this is all
very limited, but up until yesterday it was all working perfectly. I have
only used the Windows executable file, I simply don't understand how to do
it any other way. I open a "cmd" window, drag youtube-dl.exe into it then
paste the youtube vid url and simply hit enter. It's worked beautifully up
until today. And yes I have made sure I'm using the latest version. Do I
need to do something differently now ? Again, my apologies for being so
basic with it. Any hep, in layman's terms, would be greatly appreciated.
…On 31 January 2017 at 19:44, Ioannis Chouklis ***@***.***> wrote:
This re-occurs with 2017.01.29
$ sudo youtube-dl -U
youtube-dl is up-to-date (2017.01.29)
.....
[youtube] aDPANvMhYpM: Downloading webpage
[youtube] aDPANvMhYpM: Downloading video info webpage
[youtube] aDPANvMhYpM: Extracting video information
[youtube] aDPANvMhYpM: Downloading js player en_US-vflV3n15C
ERROR: Signature extraction failed: Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1057, in _decrypt_signature
video_id, player_url, s
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 971, in _extract_signature_function
errnote='Download of %s failed' % player_url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 529, in _download_webpage
res = self._download_webpage_handle(url_or_request, video_id, note, errnote, fatal, encoding=encoding, data=data, headers=headers, query=query)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 436, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote, fatal, data=data, headers=headers, query=query)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 416, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2001, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 421, in open
protocol = req.get_type()
File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 283, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: /yts/jsbin/player-en_US-vflV3n15C/base.js
(caused by ValueError(u'unknown url type: /yts/jsbin/player-en_US-vflV3n15C/base.js',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1308 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AM4ThqU7b7-G7bP5mQhzw6CzJ2pWANXdks5rXvRzgaJpZM4A7sr9>
.
|
|
I have the same problem. Using |
|
I downloaded version from git. Looks like it works with this: #11892 |
Indeed. Updated to 2017.01.31 and it works. Sorry for the noise |
@youcanjive No, it's still working as before, just make sure you're using the latest version of youtube-dl.exe |