removed guides/puzzle from actugaming

This commit is contained in:
Gaël
2024-10-09 08:56:38 +02:00
parent 967527835b
commit 08442b88e6

View File

@@ -180,6 +180,10 @@ class SubStackTask:
title = post["title"] title = post["title"]
ftext = "" ftext = ""
if "actugaming" in linkURL:
if "puzzle-" or "guide-" in linkURL:
continue
LOG.info("Posting " + str(title)) LOG.info("Posting " + str(title))
if "summary" in post: if "summary" in post: