Merge pull request #26 from trisk/aljazeera-url

Fix Al Jazeera RSS feed URL
This commit is contained in:
calesthio
2026-03-17 14:38:26 -07:00
committed by GitHub

View File

@@ -128,7 +128,7 @@ export async function fetchAllNews() {
const feeds = [
['http://feeds.bbci.co.uk/news/world/rss.xml', 'BBC'],
['https://rss.nytimes.com/services/xml/rss/nyt/World.xml', 'NYT'],
['https://feeds.aljazeera.com/xml/rss/all.xml', 'Al Jazeera'],
['https://www.aljazeera.com/xml/rss/all.xml', 'Al Jazeera'],
['https://rss.nytimes.com/services/xml/rss/nyt/Americas.xml', 'NYT Americas'],
['https://rss.nytimes.com/services/xml/rss/nyt/AsiaPacific.xml', 'NYT Asia'],
['https://feeds.bbci.co.uk/news/technology/rss.xml', 'BBC Tech'],