Aevann 2024-01-07 03:31:46 +02:00
parent 19f9570454
commit bc8e977f6b
1 changed files with 1 additions and 1 deletions

View File

@ -806,7 +806,7 @@ def normalize_url(url):
fragment=parsed_url.fragment)
url = urlunparse(new_url)
if domain != 'ar15.com':
if domain not in {'ar15.com','urlebird.com'}:
url = url.rstrip('/')
url = imgur_regex.sub(r'\1_d.webp?maxwidth=9999&fidelity=grand', url)