This commit is contained in:
Alexandre Aubin 2024-08-30 18:47:04 +02:00
parent 136b7a0de6
commit 56ec8ec4f0

View file

@ -214,7 +214,7 @@ def test(
if asset.startswith(f"https://"):
if asset.startswith(f"https://{domain}"):
asset = asset.replace(f"https://{domain}", "")
elif:
else:
print(
"\033[1m\033[93mWARN\033[0m Found asset '{asset}' which seems to be hosted on a third party, external website ... Not super great for privacy etc... ?"
)