Update Gmeek.py
This commit is contained in:
parent
a7e4e685c0
commit
61d2309b2a
2
Gmeek.py
2
Gmeek.py
@ -162,8 +162,6 @@ class GMEEK():
|
|||||||
pattern = r'<code class="notranslate">Gmeek-html>(.*?)</code>'
|
pattern = r'<code class="notranslate">Gmeek-html>(.*?)</code>'
|
||||||
post_body=re.sub(pattern, r'\1', post_body)
|
post_body=re.sub(pattern, r'\1', post_body)
|
||||||
|
|
||||||
<code class="notranslate">Gmeek-html<img src='https://picsum.photos/200'></code>
|
|
||||||
|
|
||||||
postBase["postTitle"]=issue["postTitle"]
|
postBase["postTitle"]=issue["postTitle"]
|
||||||
postBase["postUrl"]=self.blogBase["homeUrl"]+"/"+issue["postUrl"]
|
postBase["postUrl"]=self.blogBase["homeUrl"]+"/"+issue["postUrl"]
|
||||||
postBase["description"]=issue["description"]
|
postBase["description"]=issue["description"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user