mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-02 05:52:31 +01:00
3de1c8332e
... especially when using generic --ignore-dlc-count='.*' previously, lgogdownloader would fetch game details for every game that indicated that it has DLCs. Which were all of them when used with --ignore-dlc-count - potentialy hundreds of http queries and cause of very slow startup with larger accounts. Regardless of what --game regex said. After the change, only initial list of all games is fetched, and then details for games that both the user is interested in AND they are suspected of having DLC. So it should help with startup time even when user doesn't use --ignore-dlc-count option.