zom-ponks / rpcs3-gameupdater

Fetches game updates for the RPCS3 emulator
MIT License
2 stars 1 forks source link

implement download functionality #8

Closed zom-ponks closed 4 years ago

zom-ponks commented 4 years ago

Download using a parsed title list into config.fetchConfig().PkgDLPath

Use urlPatterns in definitions.go, config...DLTimeout for timeout, config...DLRetries for number of retries

Need to check SHA1 post download.

John-Gee commented 4 years ago

Started in PR#12

John-Gee commented 4 years ago

I think this is about done.