Added support for RedGifs and Reddit albums. Improved command line logger. Added rate limiters for reddit and host URLs.

This commit is contained in:
2021-12-17 02:04:25 +01:00
parent 196f318316
commit 66e5bfa50a
33 changed files with 586 additions and 256 deletions

View File

@@ -69,6 +69,13 @@ module.exports = {
reupload: [],
},
},
logger: {
level: 'info',
},
limiter: {
concurrency: 100,
interval: 100,
},
reddit: {
api: {
userAgent: 'ripunzel',