[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

@@ -50,6 +50,14 @@
"gelbooru":
{
"filename": "{category}_{id:>07}_{md5}.{extension}"
},
"reddit":
{
"refresh-token": null,
"comments": 500,
"date-min": 0,
"date-max": 253402210800,
"recursion": 0
}
}
}