Downloader
Downloader copied to clipboard
How do I install it?
How do I install it?
Please make a video tutorial
I added Installing guides in the readme.
if you use Nuget packages in your .Net projects just type the below command on your Package Manager console of VisualStudio:
PM> Install-Package Downloader
Or open CMD on your project directory and type dotnet add package Downloader to add the Downloader library into your project.