Reoredered formats

This commit is contained in:
2025-08-02 23:23:02 +02:00
parent 38e081a741
commit bebb39e722

View File

@ -2,7 +2,7 @@ from urllib.parse import urlparse
from os.path import splitext
IMAGE_FORMATS = ["jpeg", "png", "gif", "mp4", "webm", "jpg"]
IMAGE_FORMATS = ["jpeg", "jpg", "png", "gif", "mp4", "webm"]
class ImageURL: