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