Skip to content

sotojcr/UdemyDownloader

Repository files navigation

UdemyDownloader

A utility to archivate your udemy courses for offline purposes.

Requirements

  • .NET Core 2.0

Installation

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

How to compile

Go to src\UdemyDownloader\ and run the following commands using a terminal:

> dotnet restore
> dotnet build -c Release UdemyDownloader.csproj

How to execute

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

Usage

Basic usage

Advanced command line arguments

Configuration

About

A utility to archivate your udemy courses for offline purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages