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

This commit is contained in:
2024-09-11 05:16:58 +02:00
parent bb06fe9763
commit de50d609f3
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',