Reoredered formats
This commit is contained in:
@ -2,7 +2,7 @@ from urllib.parse import urlparse
|
|||||||
from os.path import splitext
|
from os.path import splitext
|
||||||
|
|
||||||
|
|
||||||
IMAGE_FORMATS = ["jpeg", "png", "gif", "mp4", "webm", "jpg"]
|
IMAGE_FORMATS = ["jpeg", "jpg", "png", "gif", "mp4", "webm"]
|
||||||
|
|
||||||
|
|
||||||
class ImageURL:
|
class ImageURL:
|
||||||
|
|||||||
Reference in New Issue
Block a user