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?
Was this page helpful?