Added support for RedGifs and Reddit albums. Improved command line logger. Added rate limiters for reddit and host URLs.
This commit is contained in:
@@ -69,6 +69,13 @@ module.exports = {
|
||||
reupload: [],
|
||||
},
|
||||
},
|
||||
logger: {
|
||||
level: 'info',
|
||||
},
|
||||
limiter: {
|
||||
concurrency: 100,
|
||||
interval: 100,
|
||||
},
|
||||
reddit: {
|
||||
api: {
|
||||
userAgent: 'ripunzel',
|
||||
|
||||
Reference in New Issue
Block a user