Compare commits

...

2 Commits

Author SHA1 Message Date
e5e046b70d
Add sources 2022-11-25 09:12:45 -08:00
54d97a3a16
Remove extra newline from stats 2022-11-24 21:31:36 -08:00
2 changed files with 15 additions and 2 deletions

View File

@ -54,6 +54,13 @@ category="left"
contains_articles=false
name="ABC News"
[intercept]
feed="https://theintercept.com/feed/?lang=en"
category="left"
contains_articles=true
name="The Intercept"
sort="Intercept"
#[bloomberg]
#feed="https://www.bloomberg.com/politics/feeds/site.xml"
#category="left"
@ -124,6 +131,13 @@ category="right"
contains_articles=false
name="Daily Caller"
[american_conservative]
feed="https://theamericanconservative.com/articles/feed/"
category="right"
contains_articles=true
name="The American Conservative"
sort="American Conservative"
#[newsmax]
#feed="https://www.newsmax.com/rss/Newsfront/16/"
#category="right"

View File

@ -56,5 +56,4 @@ Left total: {left_article_count} articles from {left_source_count} sources
{right_breakdown}
Right total: {right_article_count} articles from {right_source_count} sources
""")
Right total: {right_article_count} articles from {right_source_count} sources""")