forked from rDrama/rDrama
1
0
Fork 0
Aevann 2024-02-12 18:22:56 +02:00
parent cb45dd0782
commit 673a69048a
1 changed files with 0 additions and 2 deletions

View File

@ -747,8 +747,6 @@ def normalize_url(url):
url = urlunparse(new_url)
domain = tldextract.extract(url).registered_domain
if domain not in {'ar15.com','urlebird.com'}:
url = url.rstrip('/')
url = imgur_regex.sub(r'\1_d.webp?maxwidth=9999&fidelity=grand', url)