need help with downloading files from a list
alr, so this program I use (Nolvus) is written in .NET 8.0, and has a Skyrim game key UNOBFUSCATED in the code (this is bad bc it'd allow pirates to pirate, which goes against what the original developer wants)
My main thing is:
I need to download a bunch of files (2056 total) from multiple different URLs, and about 90% of those URLs require an API key to be used for the download. How would I download the files using the API key?
1 Reply
current implementation:
Open browser window on user's computer
Have them click the download button, and auto-direct the download the application's install folder\instances\ARCHIVE (this is so that if they wish to re-install the modlist they can do so without having to click all the buttons, and download the files)
I can link the github if y'all'd like, but the end goal is to make it download the files without having to open the browser window each time