Update Gmeek.py

This commit is contained in:
Meekdai 2024-05-28 22:22:44 +08:00
parent f8fcd03fdb
commit 1636f68819

View File

@ -165,7 +165,7 @@ class GMEEK():
for code_tag in code_tags: for code_tag in code_tags:
if code_tag.text.startswith("Gmeek-html"): if code_tag.text.startswith("Gmeek-html"):
code_tag.replace_with(code_tag.text.replace("Gmeek-html", "").strip()) code_tag.replace_with(code_tag.text.replace("Gmeek-html", "").strip())
post_body=str(soup) post_body=soup
postBase["postTitle"]=issue["postTitle"] postBase["postTitle"]=issue["postTitle"]
postBase["postUrl"]=self.blogBase["homeUrl"]+"/"+issue["postUrl"] postBase["postUrl"]=self.blogBase["homeUrl"]+"/"+issue["postUrl"]