update download script

This commit is contained in:
Owen
2025-06-09 16:58:43 -04:00
parent a77af4c4e5
commit 4cc5ca075f

View File

@@ -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/"