Update Gmeek.py

This commit is contained in:
Meekdai 2024-05-31 14:12:00 +08:00
parent 7c3232fcb1
commit 4b25932edc

View File

@ -160,6 +160,9 @@ class GMEEK():
)
if '<code class="notranslate">Gmeek-html' in post_body:
print("==========")
print(post_body)
print("==========")
post_body = html.unescape(re.sub(r'<code class="notranslate">Gmeek-html(.*?)</code>',r'\1',post_body,flags=re.DOTALL))
postBase["postTitle"]=issue["postTitle"]