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: No video formats found #11426

Closed
k24u opened this issue Dec 12, 2016 · 2 comments
Closed

ExtractorError: No video formats found #11426

k24u opened this issue Dec 12, 2016 · 2 comments
Labels

Comments

@k24u
Copy link

@k24u k24u commented Dec 12, 2016

youtube-dl http://vlive.tv/video/18628 --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'http://vlive.tv/video/18628', u'--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.12.12
[debug] Python version 2.7.12+ - Linux-4.8.0-30-generic-x86_64-with-Ubuntu-16.10-yakkety
[debug] exe versions: avconv 3.0.2-1ubuntu3, avprobe 3.0.2-1ubuntu3, ffmpeg 3.0.2-1ubuntu3, ffprobe 3.0.2-1ubuntu3, rtmpdump 2.4
[debug] Proxy map: {}
[vlive] 18628: Downloading webpage
[vlive] 18628: Downloading JSON metadata
ERROR: No video formats found; 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.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 694, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 357, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/vlive.py", line 64, in _real_extract
return self._replay(video_id, webpage, long_video_id, key)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/vlive.py", line 126, in _replay
self._sort_formats(formats)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 924, in _sort_formats
raise ExtractorError('No video formats found')
ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug

Description of your issue, suggested solution and other information

Downloading fails on vlive when it used to work

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Dec 12, 2016

Could you try #11375?

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Dec 12, 2016

Duplicate of #11383.

@dstftw dstftw closed this Dec 12, 2016
@dstftw dstftw added the duplicate label Dec 12, 2016
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.