commit 5b42190ccea1ad8f7ab3f78561ca9a48ca19156e
parent 7bc64edeb17e1d4923bbe6c4fc9f85c94077108e
Author: Thorsten Ortlepp <post@ortlepp.eu>
Date: Wed, 23 Mar 2022 23:10:12 +0100
Even more unwanted topics for Deutschlandfunk
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/deutschlandfunk.py b/deutschlandfunk.py
@@ -24,7 +24,7 @@ class DeutschlandfunkFeed:
SQLITE_SQL_CLEAN = "DELETE FROM deutschlandfunk WHERE created < ?"
SQLITE_SQL_GET = "SELECT title, content, link, created FROM deutschlandfunk WHERE export = 1 ORDER BY created DESC"
- UNWANTED_TOPICS = ["Wetter", "Fußball-Bundesliga", "Fußball", "Fußball Europa League", "DFB-Pokal", "Lottozahlen", "Lotto", "Bundesliga", "American Football", "Formel 1"]
+ UNWANTED_TOPICS = ["Wetter", "Fußball-Bundesliga", "Fußball", "Fußball Europa League", "DFB-Pokal", "Lottozahlen", "Lotto", "Bundesliga", "American Football", "Formel 1", "Champions League", "Tennis"]
def __read_article_content(self, link):