zxart.py: añadido formato automatico
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user