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.
Cannot download from following site #4808
Comments
|
Updated to 2015.01.25 version fixed the issue. |
|
Updated to 2015.01.25 version fixed the issue. |
|
I didn't even test it. I have noticed you were using an outdated version, but didn't realized it was nearly 1 year old :). |
|
Every time I try and update it it tells me that I have to update from software center or something. I just cannot use --update. Any clue how I can get past this? I'm using Ubuntu. Sent via the Samsung Galaxy Note® 3, an AT&T 4G LTE smartphone -------- Original message -------- From: Jaime Marquínez Ferrándiz notifications@github.com Date:01/29/2015 12:25 AM (GMT-10:00) To: rg3/youtube-dl youtube-dl@noreply.github.com Cc: solosza solosza@yahoo.com Subject: Re: [youtube-dl] Cannot download from following site (#4808) — |
dondada@netboook:
$ youtube-dl -U$ youtube-dl http://www.deansinsider.com/livecast/It looks like you installed youtube-dl with a package manager, pip, setup.py or a tarball. Please use that to update.
dondada@netboook:
[generic] : Requesting header
WARNING: Falling back on generic information extractor.
[generic] : Downloading webpage
[generic] : Extracting information
[vimeo] 117985806: Downloading webpage
[vimeo] 117985806: Extracting information
ERROR: Unable to extract info section; 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.
dondada@netboook:~$ youtube-dl --verbose http://www.deansinsider.com/livecast/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.deansinsider.com/livecast/']
[debug] Encodings: locale 'UTF-8', fs 'UTF-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2014.02.17
[debug] Python version 2.7.6 - Linux-3.13.0-43-generic-x86_64-with-Ubuntu-14.04-trusty
[debug] Proxy map: {}
[generic] : Requesting header
WARNING: Falling back on generic information extractor.
[generic] : Downloading webpage
[generic] : Extracting information
[vimeo] 117985806: Downloading webpage
[vimeo] 117985806: Extracting information
ERROR: Unable to extract info section; 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/extractor/vimeo.py", line 198, in _real_extract
config = json.loads(config)
File "/usr/lib/python2.7/json/init.py", line 338, in loads
return _default_decoder.decode(s)
File "/usr/lib/python2.7/json/decoder.py", line 369, in decode
raise ValueError(errmsg("Extra data", s, end, len(s)))
ValueError: Extra data: line 1 column 3 - line 1 column 178 (char 2 - 177)
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 493, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 158, in extract
return self._real_extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/vimeo.py", line 208, in _real_extract
cause=e)
ExtractorError: Unable to extract info section; 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.