mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-02 05:52:31 +01:00
Petr Běhan
3de1c8332e
better startup time when using --game regex
... 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.
Description
LGOGDownloader is unofficial downloader to GOG.com for Linux users. It uses the same API as the official GOG Galaxy.
Languages
C++
98.4%
CMake
1.6%