diff --git a/manual.js b/manual.js index 7a08520..7fa74fb 100644 --- a/manual.js +++ b/manual.js @@ -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}`); })