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