-
-
Notifications
You must be signed in to change notification settings - Fork 975
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
Error while downloading album from VK #2535
Comments
Honestly i don't know, where to change these attributes. Here is JSON outpun of me trying to download this album, hope it will somehow help
This is the only image in tens of thousands of downloads, which I can't get and I don't know what is the problem. |
The contents of
but in some rare instances there is no width/height:
Never mind. That is one issue, but the URLs for these photos are either incomplete or throw 404 errors. Back to the drawing board ... |
Example URL: https://vk.com/id76957806 The first two photos download, but the rest throws errors:
|
|
With selecting albums manually it downloads all 3049
Upd: Now these URLs are online. |
/photos-72806334 most likely (did not test) will not include wall photos. Also using of
Downloading of a selected album uses the "id" / "album id" / "photo id" path: |
@mikf I too am having issues with downloading media from walls, whether it be from targeting the user or targeting the wall URL itself. (e.g. The easiest test subject is the pinned post on vk.com/msinsanity which has videos. (The caption says GIF but I think that's like what Twitter does where it converts them.) I'm pretty sure it's not downloading non-video media from wall posts as well though. |
Looks like doc and photo posts have the same problem: Some of this media might be covered by extracting the user's albums, but some isn't. VK is very inconsistent in that regard, annoyingly. Also note that one photo post has a dash in it and one does not. The regex might need to have EDIT: Yet another weirdness I've noticed. In the case of 'album' posts (not 'albums'), it doesn't extract the user directly.
|
In some rare cases 404 error happens for an old profile.
The file extension is just missed. Adding The broken URL is only in gallery-dl/gallery_dl/extractor/vk.py Lines 44 to 46 in 5b7423d
In this case |
Platform: Garuda Linux (Arch based)
Version of gallery-dl: latest from pip (v1.21.2)
Here is the output with --verbose flag:
The text was updated successfully, but these errors were encountered: