fix(feed): exchage feeds with same size but more new

This commit is contained in:
Alexey Kasyanchuk
2018-07-20 12:03:40 +03:00
parent 10dd942df0
commit 454d65d623
3 changed files with 41 additions and 21 deletions

View File

@ -64,7 +64,9 @@ let config = {
client: {
downloadPath: os.homedir() + '/Downloads'
}
},
feedDate: 0,
}
const fs = require('fs');