mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 10:42:34 +01:00
[oauth] update scope for reddit tokens (#428)
'/user/<username>/...' requires the 'history' scope to be accessible (https://www.reddit.com/dev/api/#GET_user_{username}_{where})
This commit is contained in:
parent
46ba173ded
commit
803d8f814e
@ -213,7 +213,7 @@ class OAuthReddit(OAuthBase):
|
||||
"",
|
||||
"https://www.reddit.com/api/v1/authorize",
|
||||
"https://www.reddit.com/api/v1/access_token",
|
||||
scope="read",
|
||||
scope="read history",
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user