This commit is contained in:
Cedric Hoelzl 2020-07-14 13:41:00 +02:00
parent e093970987
commit e6978980cb

View File

@ -40,7 +40,7 @@ const get_rss = function(url,min_id){
else return items.reverse();
});
}
get_rss(get_url({org:ORG.BR, lang:'de',since:-3}),79718).then(r=>{
get_rss(get_url({org:ORG.BR, lang:'de',since:-6}),79718).then(r=>{
r.forEach(item=>{
console.log(`${item.title} (${item.guid}): ${item.link}`);
})