Compare commits
2 Commits
889e9b69a8
...
scraper
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ead328a0f | |||
| fb90935d42 |
@ -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