Posted September 17, 2015
Sude: b4fd9fc Use regular expressions for getting language and platform option values
Selecting languages with --language and --language-priority
- Whatever code GOG happens to use in their API (mostly ISO 639-1)
- ISO 639-1
- ISO 639-2/T
- ISO 639-2/B
- English name
Selecting platforms with --platform and --platform-priority
- Windows: "w, win, windows"
- Linux: "l, lin, linux"
- Mac: "m, mac, osx"
shmerl: Great. Thanks! Selecting languages with --language and --language-priority
- Whatever code GOG happens to use in their API (mostly ISO 639-1)
- ISO 639-1
- ISO 639-2/T
- ISO 639-2/B
- English name
Selecting platforms with --platform and --platform-priority
- Windows: "w, win, windows"
- Linux: "l, lin, linux"
- Mac: "m, mac, osx"
lgogdownloader --platform linux --language french --directory /path/to/my/downloads--download
and
lgogdownloader --platform-priority linux,windows --language-priority french,english --directory /path/to/my/downloads--download
Actually, I'd like to ONLY download windows and English versions if no french/linux versions are found. How can I achieve it ? Tried several combination and couldn't achieve what I want. Any idea ?
Post edited September 17, 2015 by murasame