From 08442b88e69e4523532143f982216deb6374829a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl?= Date: Wed, 9 Oct 2024 08:56:38 +0200 Subject: [PATCH] removed guides/puzzle from actugaming --- Post_RSS_on_SubStack.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Post_RSS_on_SubStack.py b/Post_RSS_on_SubStack.py index 6d69fd2..5561101 100644 --- a/Post_RSS_on_SubStack.py +++ b/Post_RSS_on_SubStack.py @@ -180,6 +180,10 @@ class SubStackTask: title = post["title"] ftext = "" + if "actugaming" in linkURL: + if "puzzle-" or "guide-" in linkURL: + continue + LOG.info("Posting " + str(title)) if "summary" in post: