UnamDownloader icon indicating copy to clipboard operation
UnamDownloader copied to clipboard

Really good feature that should be added.

Open Nigward8174 opened this issue 2 years ago • 2 comments

Would it be possible to make downloader use links from like rentry to download files everytime after pc was restarted? On that way just by changing link on rentry with miner's download link, we could keep everything updated with newer miner version

Nigward8174 avatar Jul 30 '22 17:07 Nigward8174

Yes it's possible, you'd just have to put a DownloadString inside the DownloadFile so that it gets the URL from the rentry first: https://github.com/UnamSanctam/UnamDownloader/blob/3deb02a9e38dea2c11c11dcd502b3d6c4c42fe1e/UnamDownloader/Forms/Builder.cs#L184 It's a bit difficult to add into the builder though, not sure what it would look like.

UnamSanctam avatar Jul 31 '22 15:07 UnamSanctam