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