gamebanana: add function for downloading mods

kinda janky with the implementation right now, later i would like to
improve the way files are copied and allow for mods with multiple
downloads attached to the mod. probably split off some of the
functionality later to add installing mods not on gamebanana easier.
This commit is contained in:
Nico 2025-08-30 00:04:45 +10:00
parent 226c6a0e93
commit 527994abba
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0
5 changed files with 188 additions and 19 deletions

1
go.mod
View file

@ -4,6 +4,7 @@ go 1.24.5
require (
github.com/charmbracelet/log v0.4.2
github.com/gen2brain/go-unarr v0.2.4
github.com/google/go-cmp v0.5.8
)