We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[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
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).
https://www.vlive.tv/video/<videoId>
https://www.vlive.tv/post/<postId>
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.
Unsupported URL
The text was updated successfully, but these errors were encountered:
this link - https://www.vlive.tv/post/0-18257176 will work with youtube-dlc
Sorry, something went wrong.
Pull request #27123 allows youtube-dl to support new url type.
836c810
[vlive] Add support for post URLs(closes ytdl-org#27122)(closes ytdl-…
ab03c38
…org#27123)
No branches or pull requests
Checklist
Verbose log
Description
https://www.vlive.tv starting using two types of urls:
https://www.vlive.tv/video/<videoId>
(old) andhttps://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.The text was updated successfully, but these errors were encountered: