From 61d2309b2aeb8657b5065a53fc6e89e8669b96ce Mon Sep 17 00:00:00 2001 From: Meekdai Date: Tue, 28 May 2024 21:42:03 +0800 Subject: [PATCH] Update Gmeek.py --- Gmeek.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gmeek.py b/Gmeek.py index fc8b394..9ba26ab 100644 --- a/Gmeek.py +++ b/Gmeek.py @@ -162,8 +162,6 @@ class GMEEK(): pattern = r'Gmeek-html>(.*?)' post_body=re.sub(pattern, r'\1', post_body) -Gmeek-html - postBase["postTitle"]=issue["postTitle"] postBase["postUrl"]=self.blogBase["homeUrl"]+"/"+issue["postUrl"] postBase["description"]=issue["description"]