From aa84c09111e881c2dd6e844b2b097cfe8888e6a5 Mon Sep 17 00:00:00 2001 From: Sergio Date: Tue, 29 Aug 2023 08:30:48 +0200 Subject: [PATCH] =?UTF-8?q?zxart.py:=20a=C3=B1adido=20formato=20automatico?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zxart.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/zxart.py b/zxart.py index fbd9558..38c1b2e 100644 --- a/zxart.py +++ b/zxart.py @@ -10,10 +10,13 @@ from urllib.parse import urlparse json_file = r"/home/sergio/zx/zxart/picture.json" destination_path = r"/home/sergio/zx/zxart/pictures/" cache_path = r"/home/sergio/zx/zxart/cache/pictures/" -wait = False # Establece una pausa aleatoria entre descargas -min_wait = 1 # Segundos mínimos 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 +wait = False # Establece una pausa aleatoria entre descargas +min_wait = 1 # Segundos mínimos 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 # Obtiene la lista de direcciones desde un fichero json