update download script
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user