Skip to content

Commit

Permalink
update feed URLs to make it faster
Browse files Browse the repository at this point in the history
  • Loading branch information
joksas committed Jun 30, 2024
1 parent a0a04f5 commit e420015
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1142,27 +1142,27 @@ fn no_error() {
}

let tests = vec![
// Simplecast
// Simplecast/NYT
Test {
url: "https://feeds.simplecast.com/54nAGcIl",
title: "The Daily",
url: "https://feeds.simplecast.com/oCXij9l2",
title: "Rabbit Hole",
},
// Megaphone
Test {
url: "https://feeds.megaphone.fm/hubermanlab",
title: "Huberman Lab",
url: "https://feeds.megaphone.fm/heavyweight-spot",
title: "Heavyweight",
},
// NPR
Test {
url: "https://feeds.npr.org/500005/podcast.xml",
title: "NPR News Now",
url: "https://feeds.npr.org/510307/podcast.xml",
title: "Invisibilia",
},
// Buzzsprout
Test {
url: "https://feeds.buzzsprout.com/424075.rss",
title: "DarkHorse Podcast",
url: "https://feeds.buzzsprout.com/1.rss",
title: "How to Start a Podcast",
},
// Blubrry/PowerPress - Not working
// Blubrry/PowerPress
Test {
url: "https://lexfridman.com/feed/podcast/",
title: "Lex Fridman Podcast",
Expand Down

0 comments on commit e420015

Please sign in to comment.