Aevann 2024-02-29 16:57:39 +02:00
parent 482a2e486d
commit 5213dd32dc
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ def normalize_urls_runtime(body, v):
p['sort'] = ['controversial']
url_noquery = url.split('?')[0]
body = body.replace(f'{url}', f'{url_noquery}?{urlencode(p, True)}')
body = body.replace(f'{url}"', f'{url_noquery}?{urlencode(p, True)}"')
return body