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

[vlive] does not support new url type. #27122

Closed
6 tasks done
kyuyeunk opened this issue Nov 21, 2020 · 2 comments
Closed
6 tasks done

[vlive] does not support new url type. #27122

kyuyeunk opened this issue Nov 21, 2020 · 2 comments

Comments

@kyuyeunk
Copy link

Checklist

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2020.11.19
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar bug reports including closed ones
  • I've read bugs section in FAQ

Verbose log

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['https://www.vlive.tv/post/0-18257176', '-v']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2020.11.19
[debug] Git HEAD: a1c88c481
[debug] Python version 3.8.5 (CPython) - Linux-4.19.104-microsoft-standard-x86_64-with-glibc2.29
[debug] exe versions: ffmpeg 4.2.4, ffprobe 4.2.4
[debug] Proxy map: {}
[generic] 0-18257176: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 0-18257176: Downloading webpage
[generic] 0-18257176: Extracting information
ERROR: Unsupported URL: https://www.vlive.tv/post/0-18257176
Traceback (most recent call last):
  File "/home/kyu/dev/youtube-dl/youtube_dl/YoutubeDL.py", line 803, in wrapper
    return func(self, *args, **kwargs)
  File "/home/kyu/dev/youtube-dl/youtube_dl/YoutubeDL.py", line 824, in __extract_info
    ie_result = ie.extract(url)
  File "/home/kyu/dev/youtube-dl/youtube_dl/extractor/common.py", line 532, in extract
    ie_result = self._real_extract(url)
  File "/home/kyu/dev/youtube-dl/youtube_dl/extractor/generic.py", line 3381, in _real_extract
    raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.vlive.tv/post/0-18257176

Description

https://www.vlive.tv starting using two types of urls: https://www.vlive.tv/video/<videoId> (old) and https://www.vlive.tv/post/<postId> (new).

For example, http://www.vlive.tv/video/16937 and https://www.vlive.tv/post/0-18257176 both points to the same video.

While current version of yotube-dl supports old type, it returns Unsupported URL error when using new type.

@october262
Copy link

this link - https://www.vlive.tv/post/0-18257176 will work with youtube-dlc

@kyuyeunk
Copy link
Author

Pull request #27123 allows youtube-dl to support new url type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants