-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hello,
is there a way to remove downloads from manifest for other languages than preferred?
I'm using
gogcli manifest generate --lang=polish --lang=english --os=windows
but some games have both languages available and i'm interested in only one (Polish in this example).
Can I somehow filter other languages out?
Example for The Witcher 3: Wild Hunt - Complete Edition
D:\gogcli>gogcli manifest search --title="The Witcher 3: Wild Hunt - Complete Edition"
{
"Games": [
{
"Id": 1495134320,
"Slug": "the_witcher_3_wild_hunt_game_of_the_year_edition_game",
"Title": "The Witcher 3: Wild Hunt - Complete Edition",
"CdKey": "",
"Tags": [],
"Installers": [
...
],
"EstimatedSize": "185.26 GB",
"VerifiedSize": 196994462426,
"Filter": {
"Titles": [
"The Witcher 3: Wild Hunt - Complete Edition"
],
"Oses": [
"windows"
],
"Languages": [
"polish",
"english"
],
"Tags": [],
"Installers": true,
"Extras": true,
"ExtraTypes": [],
"SkipUrls": [
"^/downloads/the_witcher_3_wild_hunt_game_of_the_year_edition_game/[a-z]{2,2}[0-9]patch[0-9]$"
],
"HasUrls": [],
"Intersections": []
},
"ProtectedFiles": null
}This would allow to limit download time and size.
Thanks for any tips!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request