LGOGDownloader 2.16
- Fixed blacklisted file causing downloader to skip a game
* Incorrect check for blacklisted file caused the downloader to skip a game instead of skipping just one file
- Added .deb, .tar.gz and .pkg file extensions to orphan check regex
* New default for --check-orphans is '.*\.(zip|exe|bin|dmg|old|deb|tar\.gz|pkg)$'
- Added support for some game specific settings
* $XDG_CONFIG_HOME/lgogdownloader/gamename.conf
* See man page for details
- Fix downloading >2GB files on 32 bit systems
- Use regex to find patch and language pack nodes in API response
- Added blacklist support for --list-details
- Don't download covers by default
* Changed --no-cover to --cover
- Patches now use update/notification flags
- Added --no-deb and --no-targz command line options
https://sites.google.com/site/gogdownloader/lgogdownloader-2.16.tar.gz sha256: 58f8deeb5c3a50bf66d27b60f75a6160b315715866d7fbd66d32829f678f7c12
md5: bda9b6494ba5b4f95237434555d3a8e2
If you have "no-cover" option in ~/.config/lgogdownloader/config.cfg you will get this error when trying to compile
help2man: can't get `--help' info from bin/Release/lgogdownloader
Try `--no-discard-stderr' if option outputs to stderr
Makefile:99: recipe for target 'after_release' failed
make: *** [after_release] Error 1
Remove "no-cover" from config.cfg or change it to "cover" to fix this issue
sed -e '/no-cover/d' -i ~/.config/lgogdownloader/config.cfg