update download script
This commit is contained in:
@@ -8,27 +8,11 @@ from time import sleep
|
|||||||
|
|
||||||
import os, io, zipfile
|
import os, io, zipfile
|
||||||
|
|
||||||
OUT_DIR = "./dlc" # Directory where the dlc files will be downloaded
|
OUT_DIR = "../dlc" # Directory where the dlc files will be downloaded
|
||||||
LANGUAGE = [
|
LANGUAGE = [,
|
||||||
"all",
|
|
||||||
"en"
|
"en"
|
||||||
] # en,fr,it,de,es,ko,zh,cn,pt,ru,tc,da,sv,no,nl,tr,th
|
] # 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
|
ALL_TIERS = True # Download the dlcs in every tier
|
||||||
|
|
||||||
BASE_URL = "http://oct2018-4-35-0-uam5h44a.tstodlc.eamobile.com/netstorage/gameasset/direct/simpsons/"
|
BASE_URL = "http://oct2018-4-35-0-uam5h44a.tstodlc.eamobile.com/netstorage/gameasset/direct/simpsons/"
|
||||||
|
|||||||
Reference in New Issue
Block a user