anime-collection / constants.py
v2ray's picture
Added more features to the scraping scripts.
13b2261
raw
history blame
214 Bytes
MAX_TASKS = 50
MAX_RETRY = 3
TIMEOUT = 10
IMAGE_DIR = "images"
COMPRESSED_DIR = "compressed"
IMAGE_EXT = {
".png", ".jpg", ".jpeg", ".bmp", ".tiff", ".tif",
".webp", ".heic", ".heif", ".avif", ".jxl",
}