-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
How to login to vlive.tv to download paid contents? #16887
Comments
you wouldn't be able to do anything since youtube-dl doesnt support vplus content :( |
because: cookies don't import well (or i'm messing something up) and: they are drm protected |
Thanks for your reply. However, the vlive CH+ contents are NOT DRM protected.
This is a sample URL of CH+ content. I hided the last few part because that's the access key to view that url. I can download a regular mp4 using a chrome extension(Free Video Downloader). However, it will be so hard to do the same thing like 50 times to download them all. As you said, I found it is not possible to download them via youtube-dl. (native auth, cookies don't work.) If I input the full URL above, youtube-dl is able to download. Anyway, thanks for your interest. |
@hjeondv |
Just login(the ID must be subscribed to CH+ you want to view), and go to the video you want to download. Assuming your are using chrome, just press F12 for chrome developer tools, and go to the Elements tab. You can get the url of the video. |
OMG can't believe I find this. |
I have downloaded the youtube-dl and tried with it to download videos from youtube, worked well. |
@hjeondv the latest vlive seems like there is no url for the video right? edit: found the video url but it only downloaded the first 30 seconds or it will only show error ONLY_APP. Is there any way to override this message? |
You can't download the video with a direct link to the video. If you use your browser you can find the m3u8 playlist and attempting to download it will fail, too, but youtube-dl is able to download individual TS files if you add Right now you can download all TS files and use ffmpeg to concat, but vtt subtitles probably won't work. |
@hjeondv i've found the url to ch+ video i'd like to download but when i put the link into youtube-dl it gave me error 403 forbidden message. can you help me with this? |
If anyone has a CH+ account and wants to see support added for downloading CH+ videos to youtube-dl then please email me if you're willing to share your account details. Update 1: I have the required access to begin implementing the changes. |
Make sure you are using the latest version: run
youtube-dl --version
and ensure your version is 2018.06.25. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.What is the purpose of your issue?
I'm trying to download a video on vlive.tv. In vlive.tv, there are channel+, where only a paid user can view the contents, similar to youtube red(now premium).
However, this sites supports multiple logins like Naver, Line, Facebook, and Twitter. I currently login via facebook. Just typing in my facebook email address, it doesn't work.
Any suggestions?
The text was updated successfully, but these errors were encountered: