From 4b25932edc75c4663522e43ccf3e76eb400bb9b9 Mon Sep 17 00:00:00 2001 From: Meekdai Date: Fri, 31 May 2024 14:12:00 +0800 Subject: [PATCH] Update Gmeek.py --- Gmeek.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gmeek.py b/Gmeek.py index 204d6bf..9bd97b6 100644 --- a/Gmeek.py +++ b/Gmeek.py @@ -160,6 +160,9 @@ class GMEEK(): ) if 'Gmeek-html' in post_body: + print("==========") + print(post_body) + print("==========") post_body = html.unescape(re.sub(r'Gmeek-html(.*?)',r'\1',post_body,flags=re.DOTALL)) postBase["postTitle"]=issue["postTitle"]