summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/oauth.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/oauth.py')
-rw-r--r--gallery_dl/extractor/oauth.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gallery_dl/extractor/oauth.py b/gallery_dl/extractor/oauth.py
index 2f5b429..c06721c 100644
--- a/gallery_dl/extractor/oauth.py
+++ b/gallery_dl/extractor/oauth.py
@@ -178,9 +178,9 @@ class OAuthDeviantart(OAuthBase):
self._oauth2_authorization_code_grant(
self.oauth_config(
- "client-id", deviantart.DeviantartAPI.CLIENT_ID),
+ "client-id", deviantart.DeviantartOAuthAPI.CLIENT_ID),
self.oauth_config(
- "client-secret", deviantart.DeviantartAPI.CLIENT_SECRET),
+ "client-secret", deviantart.DeviantartOAuthAPI.CLIENT_SECRET),
"https://www.deviantart.com/oauth2/authorize",
"https://www.deviantart.com/oauth2/token",
scope="browse",