update download script
This commit is contained in:
@@ -112,9 +112,7 @@ class DLCIndexParser(ET.XMLParser):
|
|||||||
if self.tier == "" or self.Language == "":
|
if self.tier == "" or self.Language == "":
|
||||||
return
|
return
|
||||||
|
|
||||||
if self.Language not in LANGUAGE and not ALL_LANGUAGES:
|
if self.Language not in LANGUAGE:
|
||||||
return
|
|
||||||
if self.tier not in TIER and not ALL_TIERS:
|
|
||||||
return
|
return
|
||||||
|
|
||||||
DOWNLOAD_QUEUE.append(
|
DOWNLOAD_QUEUE.append(
|
||||||
|
|||||||
Reference in New Issue
Block a user