Added support for reddituploads.com. Changed default sorting to 'new'.

This commit is contained in:
2018-04-24 00:55:58 +02:00
parent a4b2888257
commit dece4b2530
2 changed files with 5 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ module.exports = {
slashSubstitute: '#',
},
fetch: {
sort: 'top',
sort: 'new',
limit: 1000,
avoidDuplicates: true
},