Compare commits
No commits in common. "e5e046b70d83781875daafc0bfead8ced21451bf" and "487b087910ff2957906465e349a5a9bfb00a34f2" have entirely different histories.
e5e046b70d
...
487b087910
14
sources.toml
14
sources.toml
|
@ -54,13 +54,6 @@ category="left"
|
||||||
contains_articles=false
|
contains_articles=false
|
||||||
name="ABC News"
|
name="ABC News"
|
||||||
|
|
||||||
[intercept]
|
|
||||||
feed="https://theintercept.com/feed/?lang=en"
|
|
||||||
category="left"
|
|
||||||
contains_articles=true
|
|
||||||
name="The Intercept"
|
|
||||||
sort="Intercept"
|
|
||||||
|
|
||||||
#[bloomberg]
|
#[bloomberg]
|
||||||
#feed="https://www.bloomberg.com/politics/feeds/site.xml"
|
#feed="https://www.bloomberg.com/politics/feeds/site.xml"
|
||||||
#category="left"
|
#category="left"
|
||||||
|
@ -131,13 +124,6 @@ category="right"
|
||||||
contains_articles=false
|
contains_articles=false
|
||||||
name="Daily Caller"
|
name="Daily Caller"
|
||||||
|
|
||||||
[american_conservative]
|
|
||||||
feed="https://theamericanconservative.com/articles/feed/"
|
|
||||||
category="right"
|
|
||||||
contains_articles=true
|
|
||||||
name="The American Conservative"
|
|
||||||
sort="American Conservative"
|
|
||||||
|
|
||||||
#[newsmax]
|
#[newsmax]
|
||||||
#feed="https://www.newsmax.com/rss/Newsfront/16/"
|
#feed="https://www.newsmax.com/rss/Newsfront/16/"
|
||||||
#category="right"
|
#category="right"
|
||||||
|
|
3
stats.py
3
stats.py
|
@ -56,4 +56,5 @@ Left total: {left_article_count} articles from {left_source_count} sources
|
||||||
|
|
||||||
{right_breakdown}
|
{right_breakdown}
|
||||||
|
|
||||||
Right total: {right_article_count} articles from {right_source_count} sources""")
|
Right total: {right_article_count} articles from {right_source_count} sources
|
||||||
|
""")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user