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

ExtractorError up-to-date #2017

Closed
esamo opened this issue Dec 20, 2013 · 4 comments
Closed

ExtractorError up-to-date #2017

esamo opened this issue Dec 20, 2013 · 4 comments

Comments

@esamo
Copy link

@esamo esamo commented Dec 20, 2013

user@machine:~$ youtube-dl --verbose --max-quality=720p M6tp1UqcKfc
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '--max-quality=720p', 'M6tp1UqcKfc']
[debug] youtube-dl version 2013.12.17.2
[debug] Python version 2.7.3 - Linux-3.2.0-57-generic-x86_64-with-Ubuntu-12.04-precise
[debug] Proxy map: {}
[youtube] Setting language
[youtube] M6tp1UqcKfc: Downloading webpage
[youtube] M6tp1UqcKfc: Downloading video info webpage
[youtube] M6tp1UqcKfc: Extracting video information
ERROR: no conn, hlsvp or url_encoded_fmt_stream_map information found in video info; 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/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 475, in extract_info
ie_result = ie.extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 138, in extract
return self._real_extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1475, in _real_extract
raise ExtractorError(u'no conn, hlsvp or url_encoded_fmt_stream_map information found in video info')
ExtractorError: no conn, hlsvp or url_encoded_fmt_stream_map information found in video info; 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.

user@machine:~$ youtube-dl -U
youtube-dl is up-to-date (2013.12.17.2)


Regards & respect

@esamo
Copy link
Author

@esamo esamo commented Dec 20, 2013

Version with full url and no max-quality below:

user@machine:~$ youtube-dl --verbose https://www.youtube.com/watch?v=M6tp1UqcKfc
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'https://www.youtube.com/watch?v=M6tp1UqcKfc']
[debug] youtube-dl version 2013.12.17.2
[debug] Python version 2.7.3 - Linux-3.2.0-57-generic-x86_64-with-Ubuntu-12.04-precise
[debug] Proxy map: {}
[youtube] Setting language
[youtube] M6tp1UqcKfc: Downloading webpage
[youtube] M6tp1UqcKfc: Downloading video info webpage
[youtube] M6tp1UqcKfc: Extracting video information
ERROR: no conn, hlsvp or url_encoded_fmt_stream_map information found in video info; 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/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 475, in extract_info
ie_result = ie.extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 138, in extract
return self._real_extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1475, in _real_extract
raise ExtractorError(u'no conn, hlsvp or url_encoded_fmt_stream_map information found in video info')
ExtractorError: no conn, hlsvp or url_encoded_fmt_stream_map information found in video info; 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.

user@machine:~$


Regards & respect

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Dec 20, 2013

The videos seems not be a live stream which can't be played now, we would need to be able to watch it for adding support.

@esamo
Copy link
Author

@esamo esamo commented Dec 21, 2013

This is one video. Looks and works exactly like the others, which youtube-dl succeeded to download, yet has having problem with that one.

Regards & respect.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Dec 21, 2013

It works now (I can also watch it on the browser):

youtube-dl 'https://www.youtube.com/watch?v=M6tp1UqcKfc'
[debug] System config: []
[debug] User config: ['--keep-video', '--write-info-json', '--write-thumbnail', '--verbose']
[debug] Command-line args: ['https://www.youtube.com/watch?v=M6tp1UqcKfc']
[debug] youtube-dl version 2013.12.17.2
[debug] Git HEAD: 768df74
[debug] Python version 2.7.6 - Darwin-13.0.0-x86_64-i386-64bit
[debug] Proxy map: {}
[youtube] Setting language
[youtube] M6tp1UqcKfc: Downloading webpage
[youtube] M6tp1UqcKfc: Downloading video info webpage
[youtube] M6tp1UqcKfc: Extracting video information
[info] Writing video description metadata as JSON to: Eric and Anna's Fantastical 3D Printer HOA of Holiday Goodness-M6tp1UqcKfc.info.json
[youtube] M6tp1UqcKfc: Downloading thumbnail ...
[youtube] M6tp1UqcKfc: Writing thumbnail to: Eric and Anna's Fantastical 3D Printer HOA of Holiday Goodness-M6tp1UqcKfc.jpg
[download] Destination: Eric and Anna's Fantastical 3D Printer HOA of Holiday Goodness-M6tp1UqcKfc.mp4
[download]   0.3% of 294.84MiB at 1023.05KiB/s ETA 04:54

If you still have the problem, please comment and we will reopen the issue.

@jaimeMF jaimeMF closed this Dec 21, 2013
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.