Update Gmeek.py
This commit is contained in:
parent
7c3232fcb1
commit
4b25932edc
3
Gmeek.py
3
Gmeek.py
@ -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"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user