Update Gmeek.py
This commit is contained in:
parent
f8fcd03fdb
commit
1636f68819
2
Gmeek.py
2
Gmeek.py
@ -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"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user