From 4cc5ca075f30af061f7ef8a6833187b120ad6a87 Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 9 Jun 2025 16:58:43 -0400 Subject: [PATCH] update download script --- downloadDlcs.py | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/downloadDlcs.py b/downloadDlcs.py index b5546fd..8b4d29e 100644 --- a/downloadDlcs.py +++ b/downloadDlcs.py @@ -8,27 +8,11 @@ from time import sleep import os, io, zipfile -OUT_DIR = "./dlc" # Directory where the dlc files will be downloaded -LANGUAGE = [ - "all", +OUT_DIR = "../dlc" # Directory where the dlc files will be downloaded +LANGUAGE = [, "en" ] # en,fr,it,de,es,ko,zh,cn,pt,ru,tc,da,sv,no,nl,tr,th -TIER = [ - "all", - "25", - "50", - "100", - "retina", - "iphone", - "ipad", - "ipad3", - "mp3", - "caf", - "wav", -] # 25,50,100,retina,iphone,ipad,ipad3,mp3,caf,wav - -ALL_LANGUAGES = True # Download the dlcs in every languages ALL_TIERS = True # Download the dlcs in every tier BASE_URL = "http://oct2018-4-35-0-uam5h44a.tstodlc.eamobile.com/netstorage/gameasset/direct/simpsons/"