zxart.py: añadido formato automatico

This commit is contained in:
2023-08-29 08:30:48 +02:00
parent 2b9f194fc9
commit aa84c09111
+7 -4
View File
@@ -10,10 +10,13 @@ from urllib.parse import urlparse
json_file = r"/home/sergio/zx/zxart/picture.json" json_file = r"/home/sergio/zx/zxart/picture.json"
destination_path = r"/home/sergio/zx/zxart/pictures/" destination_path = r"/home/sergio/zx/zxart/pictures/"
cache_path = r"/home/sergio/zx/zxart/cache/pictures/" cache_path = r"/home/sergio/zx/zxart/cache/pictures/"
wait = False # Establece una pausa aleatoria entre descargas wait = False # Establece una pausa aleatoria entre descargas
min_wait = 1 # Segundos mínimos a esperar entre descargas min_wait = 1 # Segundos mínimos a esperar entre descargas
max_wait = 3 # Segundos máximos a esperar entre descargas max_wait = 3 # Segundos máximos a esperar entre descargas
tags = ["Loading Screen", "Game"] # Tags de las imagenes seleccionadas. Vacío para todas tags = [
"Loading Screen",
"Game",
] # Tags de las imagenes seleccionadas. Vacío para todas
# Obtiene la lista de direcciones desde un fichero json # Obtiene la lista de direcciones desde un fichero json