[deviantart] reduce refresh-token usage
Instead of using a refresh-token-based access-token for every API request, they are now only used for paginated results. API requests to get a user's profile and the original download URL now always use a public access-token.
This commit is contained in:
@@ -53,7 +53,7 @@ class IdolcomplexPostExtractor(IdolcomplexExtractor,
|
||||
"tags_character": "shani_(the_witcher)",
|
||||
"tags_copyright": "the_witcher",
|
||||
"tags_idol": "lyumos",
|
||||
"tags_medium": "3:2_aspect_ratio cosplay",
|
||||
"tags_medium": "3:2_aspect_ratio",
|
||||
"tags_general": str,
|
||||
},
|
||||
})]
|
||||
|
||||
Reference in New Issue
Block a user