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