-
-
Notifications
You must be signed in to change notification settings - Fork 995
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
[Request] VKontakte (vk.com) #474
Comments
still waiting |
I second this. @mikf |
Any updates on this one? |
come back in two years, maybe will be done by then |
I really want this too |
Ok, but only if you're still here. |
@photologist 62cfee4, but it has many shortcomings. It cannot handle albums with >100 photos yet, available metadata is minimal, and I'm not sure about the correct URL format for original files. I think to get the original URL for
you remove all query parameters (everything after and including
but the initial URL has double the file size and probably higher quality. And then there are also URLs with |
@mikf, would this help? It's a decrypter used for JDownloader 2 with a handful of patterns you might find useful. It works exceptionally well at helping to grab the original file sizes. |
- fetch all photos - add 'metadata' option - fix extracting photos without '?' in URL
@mikf, as of now, the extractor only works for the test account used in vk.py. Is there a way to make it work for other accounts? Every time I try, I get the "No suitable extractor" error. |
You need an URL that contains the user ID. Either as |
Thanks, @mikf! The method you provided works as indicated. Is there a way to download one or some albums and not others? |
Will the app be able to download Pages/Communities albums? It should be the biggest addon for VK. |
@photologist not yet, it currently can only download all photos from a user |
Now let me tell you why this is important. |
I guess the partially-done status implies there's no way to make gallery-dl login into your VK account? |
@mikf Where does the value for the
I'm trying to set the mtime for my downloads some other way, since the |
my script to download all community photos from VK PLEASE before use it for vk communities with a lot of photos, try to use it for a small set NOTE: url_links.log is your high-res image archive. You may decide what to do with this. Note: you must change the path of your firefox profile as well of your USER agent. SCRIPT UPDATED cause a lot of login pages produced. SCRIPT UPDATE for working with mobile version of site PLEASE be ensure that you keep the vk community page open in the related browser. This may keep cookies active.
my gallerydl.conf
|
@ermnick how do I use that? |
Can someone fix the order of downloading photos in VK? The default link vk.com/album-118749005_00 shows photos from newest to oldest, while the gallery downloads them from oldest to newest. However, if I add ?rev=1 to the end of the link, VK shows photos in reverse order. But gallery-dl doesn't support this type of urls. It would be nice to have the option to choose the order, like in Instagram order-files. |
UPDATE: I went to a community wall with ~92000 photos in it. This is bug of vk. ps. best results with m.vk.com and not vk.com |
UPDATE
The following code, save the copied content of clipboard in a file.
So far:
|
VKontakte (vk.com) extractor(s) would be much appreciated.
Profiles have photo albums...
eg: https://m.vk.com/photos2830256 (album)
Album thumbs either open a frame or link to individual pages...
eg: https://m.vk.com/photo2830256_457248652?list=photos2830256
On individual photo pages there's an option to ‘Download full size’...
eg: https://sun9-5.userapi.com/c855416/v855416689/142081/zu0CJ7Su5KY.jpg
Hope that helps, thanks so much for all the work!
The text was updated successfully, but these errors were encountered: