From 3ac12cf03a34ad7971ad2602eed3b1b6780be8d3 Mon Sep 17 00:00:00 2001 From: fireworks88 Date: Wed, 27 Oct 2021 11:19:29 +0200 Subject: [PATCH] iewdjhrefhurewiu --- files/routes/posts.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/routes/posts.py b/files/routes/posts.py index dd52bd0b6..aa32e2e98 100755 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -866,10 +866,12 @@ def submit_post(v): # archive other urls in post url_regex = '([^\"]+)' _body = new_post.body_html + print(_body) for url_match in re.finditer(url_regex, _body, flags=re.M|re.I): href = url_match.group(1) if not href: + print(f'{url_match.group(0)} skip') continue print(href)