commit 8d8e8928a4f4dfa46f6b757fdd4d14a31a7fb79c
parent ba9b319cde64025570f2ca4cd110e0d967fb3cab
Author: Thorsten Ortlepp <post@ortlepp.eu>
Date: Mon, 21 Mar 2022 20:58:36 +0100
More unwanted topics for Deutschlandfunk
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/deutschlandfunk.py b/deutschlandfunk.py
@@ -23,7 +23,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"]
+ UNWANTED_TOPICS = ["Wetter", "Fußball-Bundesliga", "Fußball", "Fußball Europa League", "DFB-Pokal", "Lottozahlen", "Lotto", "Bundesliga", "American Football"]
def __read_article_content(self, link):