-
-
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
[Deviantart] Extended Metadata #5175
Comments
Doesn't seem like DA exposes that info in either the |
DA's private API seems to expose the exact view count as |
Thank you for looking into this and explaining the nature of the problem! |
This endpoint seems to provide exact views |
But only when explicitly requesting them with |
Is there any other metadata that's currently left out that you can include now? |
Quite a lot, it seems. All the |
Adding all of that extra metadata sounds really nice. :) Edit: is it possible to make gallery-dl exit if the refresh token expires? |
This time I'm not going to wait several months before starting to work on this, don't worry. Exiting when a refresh token is expired should be possible with the undocumented "actions": {
"error:The refresh_token is invalid": "exit"
} |
alloe fetching extended metadata in addition to the usual 'description', 'tags', etc by setting 'metadata' to a list of 'camera', 'stats', 'submission', 'collection', and 'gallery' for example "metadata": "stats,submission"
Should be fully functional, but I'm currently limiting the number of requested deviation objects to 10 when extended metadata is requested to make things easier. (DA allows fetching extended metadata of only 10 deviations at a time) Regarding this issue's initial request: |
use multiple metadata API calls per chunk of deviations if necessary
Looking for a way to extract number of views of each deviation.
There's no mention of "views" or "view count" for DeviantArt in the docs, so I can only assume it's not supported. This would be a very useful metric to have access to, so I hope it'll included in the "stats" group along with favorites and comment count!
The text was updated successfully, but these errors were encountered: