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"]