From 96d0fa8bf526c748b775f4aaf9c3317d4f1be26b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 10 May 2026 02:56:33 +0000 Subject: [PATCH] feat(sources): adds new most popular sources --- sources/CNN.yaml | 4 ++++ sources/Fox-News.yaml | 4 ++++ sources/Google-News.yaml | 4 ++++ sources/India-Times.yaml | 4 ++++ sources/MSN.yaml | 4 ++++ sources/NDTV.yaml | 4 ++++ sources/The-Guardian.yaml | 4 ++++ sources/Yahoo-Finance.yaml | 4 ++++ 8 files changed, 32 insertions(+) create mode 100644 sources/CNN.yaml create mode 100644 sources/Fox-News.yaml create mode 100644 sources/Google-News.yaml create mode 100644 sources/India-Times.yaml create mode 100644 sources/MSN.yaml create mode 100644 sources/NDTV.yaml create mode 100644 sources/The-Guardian.yaml create mode 100644 sources/Yahoo-Finance.yaml diff --git a/sources/CNN.yaml b/sources/CNN.yaml new file mode 100644 index 0000000..ff5f9c3 --- /dev/null +++ b/sources/CNN.yaml @@ -0,0 +1,4 @@ +name: "CNN" +summary: "CNN is a major American multinational news-based television channel and website, providing breaking news and global coverage." +tags: "american" +uri: "https://www.cnn.com" diff --git a/sources/Fox-News.yaml b/sources/Fox-News.yaml new file mode 100644 index 0000000..906f892 --- /dev/null +++ b/sources/Fox-News.yaml @@ -0,0 +1,4 @@ +name: "Fox News" +summary: "Fox News is an American multinational conservative news and political commentary television channel and website." +tags: "american" +uri: "https://www.foxnews.com" diff --git a/sources/Google-News.yaml b/sources/Google-News.yaml new file mode 100644 index 0000000..8771194 --- /dev/null +++ b/sources/Google-News.yaml @@ -0,0 +1,4 @@ +name: "Google News" +summary: "Google News is a news aggregator service that organizes and provides news from various publishers worldwide." +tags: "global" +uri: "https://news.google.com" diff --git a/sources/India-Times.yaml b/sources/India-Times.yaml new file mode 100644 index 0000000..0b97c24 --- /dev/null +++ b/sources/India-Times.yaml @@ -0,0 +1,4 @@ +name: "India Times" +summary: "The Times of India is a major Indian English-language daily newspaper covering national and international news, business, and entertainment." +tags: "indian" +uri: "https://timesofindia.indiatimes.com" diff --git a/sources/MSN.yaml b/sources/MSN.yaml new file mode 100644 index 0000000..3163af1 --- /dev/null +++ b/sources/MSN.yaml @@ -0,0 +1,4 @@ +name: "MSN" +summary: "MSN is a web portal and internet media company that provides news, weather, entertainment, and other personalized content." +tags: "global" +uri: "https://www.msn.com" diff --git a/sources/NDTV.yaml b/sources/NDTV.yaml new file mode 100644 index 0000000..ace56d9 --- /dev/null +++ b/sources/NDTV.yaml @@ -0,0 +1,4 @@ +name: "NDTV" +summary: "NDTV is a prominent Indian news media company providing comprehensive coverage of national and international events across television and digital platforms." +tags: "indian" +uri: "https://www.ndtv.com" diff --git a/sources/The-Guardian.yaml b/sources/The-Guardian.yaml new file mode 100644 index 0000000..022268e --- /dev/null +++ b/sources/The-Guardian.yaml @@ -0,0 +1,4 @@ +name: "The Guardian" +summary: "The Guardian is a British daily newspaper known for its independent journalism and extensive global news coverage." +tags: "british" +uri: "https://www.theguardian.com" diff --git a/sources/Yahoo-Finance.yaml b/sources/Yahoo-Finance.yaml new file mode 100644 index 0000000..675f51e --- /dev/null +++ b/sources/Yahoo-Finance.yaml @@ -0,0 +1,4 @@ +name: "Yahoo Finance" +summary: "Yahoo Finance is a financial news and data website providing real-time market updates, stock quotes, and financial analysis." +tags: "global" +uri: "https://finance.yahoo.com"