Added archive support, and the IP archive.
This commit is contained in:
@@ -6,6 +6,8 @@ const dissectLink = require('../dissectLink.js');
|
||||
function curatePosts(posts, ignore) {
|
||||
const processed = new Set();
|
||||
|
||||
console.log(ignore);
|
||||
|
||||
return posts.reduce((acc, post, index) => {
|
||||
const host = dissectLink(post.url);
|
||||
const ignoring = ignore ? ignore.find(prop => {
|
||||
|
||||
Reference in New Issue
Block a user