Added archive support, and the IP archive.

This commit is contained in:
2018-05-05 00:51:58 +02:00
parent 1b3a334c24
commit ca3bdd717d
14 changed files with 117 additions and 31 deletions

View File

@@ -32,7 +32,12 @@ module.exports = {
fetch: {
sort: 'new',
limit: 1000,
avoidDuplicates: true
avoidDuplicates: true,
archives: {
search: false,
reddit: ['ip'],
reupload: []
}
},
reddit: {
api: {