jifdehr
This commit is contained in:
parent
2b20b35aa7
commit
85aab7de78
1 changed files with 1 additions and 0 deletions
|
@ -865,6 +865,7 @@ def submit_post(v):
|
|||
|
||||
# archive other urls in post
|
||||
url_regex = '<a href=\"(https?://[a-z]{1,20}\.[^\"]+)\">(.+)</a>'
|
||||
print(new_post.body_html)
|
||||
for url_match in re.finditer(url_regex, new_post.body_html):
|
||||
href = url_match.group(1)
|
||||
print(href)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue