Skip to content

Commit

Permalink
feed updates
Browse files Browse the repository at this point in the history
  • Loading branch information
colarusso committed Aug 6, 2024
1 parent 182baca commit d57db8b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
13 changes: 10 additions & 3 deletions js/feeds.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ var default_feeds = [
"https://feeds.npr.org/1001/rss.xml", //news
"https://www.youtube.com/feeds/videos.xml?channel_id=UC6ZFN9Tx6xh-skXCuRHCDpQ", //PBS News Hour
"https://theconversation.com/us/articles.atom",
"http://www.newyorker.com/feed/everything",
"https://www.newyorker.com/feed/magazine/rss",
"https://feeds.arstechnica.com/arstechnica/index",
"https://feeds.feedburner.com/brainpickings/rss",
//"https://feeds.feedburner.com/brainpickings/rss",
"https://botsin.space/@APoD.rss"
]

Expand Down Expand Up @@ -1510,7 +1510,14 @@ test_feeds = [
// NonProfit Techy
"https://www.nonprofittechy.com/feed/",
// Citation Needed
"https://www.citationneeded.news/rss/"
"https://www.citationneeded.news/rss/",
// Artifical Lawyer
"https://www.artificiallawyer.com/feed/",
// Sarah Glassmeyer
"https://sarahglassmeyer.com/?feed=rss2",
// Schneier on Security
"https://www.schneier.com/feed/"


// CORS proxy doesn't resolve feed (entierly broken)
//"http://rss.sciam.com/ScientificAmerican-Global",
Expand Down
1 change: 1 addition & 0 deletions js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1143,6 +1143,7 @@ function declutter(title_source,id_source,tf_source,n=0){
}
errors+=1
n_feeds+=1

setTimeout(function(){
crunch_numbers = true;
dedup_articles();
Expand Down

0 comments on commit d57db8b

Please sign in to comment.