newv
This commit is contained in:
parent
e093970987
commit
e6978980cb
@ -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}`);
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user