ᛁᛊᚺᛁ
Explore posts from serversHow do I make specific tasks download to specific folders?
I need each task in this file :https://github.com/Ishikudeska/NolvusForLinux/blob/main/NexusForLinux/src/backend/ModDownloader/Downloader.cs
to download to a specific folder, which is specified in a string in this file:https://github.com/Ishikudeska/NolvusForLinux/blob/main/NexusForLinux/src/backend/FilePaths/FilePaths.cs
27 replies
✅ Folder Creation
So all the paths specific in the strings of this file need to be created. I've written one so far. Is there a better way to do it?
https://github.com/Ishikudeska/NolvusForLinux/blob/main/NexusForLinux/src/backend/FilePaths/FilePaths.cs
64 replies
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?
3 replies