ijdudheiu

remotes/1693045480750635534/spooky-22
fireworks88 2021-10-27 11:27:39 +02:00
parent b13cd051fa
commit 0872305041
1 changed files with 1 additions and 1 deletions

View File

@ -864,7 +864,7 @@ def submit_post(v):
gevent.spawn(archiveorg, new_post.url)
# archive other urls in post
url_regex = '<a (target=\"_blank\" )?(rel=\"nofollow noopener noreferrer\" )?href=\"(https?://[a-z]{1,20}\.[^\"]+)\"( rel=\"nofollow noopener noreferrer\" target=\"_blank\")?>([^\"]+)</a>'
url_regex = '<a (target=\"_blank\" )?(rel=\"nofollow noopener noreferrer\" )?href=\"(https?://[a-z]{1,20}\.[^\"]+)\"( rel=\"nofollow noopener noreferrer\" target=\"_blank\")?>([^\"]+)</a>'
_body = new_post.body_html
print(_body)
for url_match in re.finditer(url_regex, _body, flags=re.M|re.I):