Hi, if the video that you want to download is public you can try with yt-dlp.
For example:
![]()
I used to use the windows version from getvideo.org but I changed PC's and lost the installer. The new version seems to be only in Russian. Is there anywhere to download an old version? getvideo.org even let me download private videos (from groups I'm a member of) by logging in with my VK infi.
If not, are there any alternatives that work?
Hi, if the video that you want to download is public you can try with yt-dlp.
For example:
![]()
Thanks. Any way to download private groups?
johnr283
"Downloading VK videos from private messages"
----------------Code:https://www.reddit.com/r/youtubedl/comments/pn6awv/downloading_vk_videos_from_private_messages/ yt-dlp --cookies-from-browser BROWSER -f ID https://m.vk.com/LINK_TO_VIDEO yt-dlp --cookies-from-browser chrome -F https://m.vk.com/LINK_TO_VIDEO yt-dlp --cookies-from-browser chrome -f hls-2642 https://m.vk.com/LINK_TO_VIDEO
Use "Authentication Options" with yt-dlp
or maybe others .Code:-u, --username USERNAME Login with this account ID -p, --password PASSWORD Account password. If this option is left
read about it in the manual
Code:https://github.com/yt-dlp/yt-dlp/blob/master/README.md
I used the following and it worked. Thanks.
yt-dlp --cookies-from-browser chrome -F https://m.vk.com/LINK_TO_VIDEO
yt-dlp --cookies-from-browser chrome -f hls-2642 https://m.vk.com/LINK_TO_VIDEO[/CODE]
I used the following and it worked. Thanks.
Code:yt-dlp --cookies-from-browser chrome -F https://m.vk.com/LINK_TO_VIDEO yt-dlp --cookies-from-browser chrome -f hls-2642 https://m.vk.com/LINK_TO_VIDEO