[reddit] enable user authentication with OAuth2 (#15)

Call '$ gallery-dl oauth:reddit' to get a refresh_token
for your account.
This commit is contained in:
Mike Fährmann
2017-06-08 16:17:13 +02:00
parent e682e06518
commit 090e11b35d
4 changed files with 160 additions and 14 deletions

View File

@@ -73,6 +73,7 @@ modules = [
"imagehosts",
"directlink",
"recursive",
"oauth",
"test",
]