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

@@ -6,6 +6,6 @@
"rules": {
"no-console": 0,
"indent": ["error", 4],
"max-len": [2, {"code": 200, "tabWidth": 4, "ignoreUrls": true}]
"max-len": 0
}
}