From 46f232adbc98dd8dbb4300cb3bac8a744c43a4e4 Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 9 Jun 2025 17:15:11 -0400 Subject: [PATCH] update download script --- downloadDlcs.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/downloadDlcs.py b/downloadDlcs.py index edce61d..348308f 100644 --- a/downloadDlcs.py +++ b/downloadDlcs.py @@ -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(