A utility to archivate your udemy courses for offline purposes.
- .NET Core 2.0
At the moment I don't provide any automated installation process, so you've to compile this application by yourself. This utility is based on .NET Core 2.0, so you've to download the .NET Core SDK 2.0. This you can download here - https://www.microsoft.com/net/download/windows
Go to src\UdemyDownloader\ and run the following commands using a terminal:
> dotnet restore
> dotnet build -c Release UdemyDownloader.csproj
You've compiled UdemyDownloader successfully! Now you can navigate to src\UdemyDownloader\bin\Release\netcoreapp2.0\ and run it using the following command:
> dotnet UdemyDownloader.dll