Skip to content

marnagy/YTDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YTDownloader

Description

This is implementation using C# and various libraries. It is intended to be used in command-line interface (CLI) and it can download publicly available videos from Youtube and extract audio and add metadata including thumbnail to it.

It also supports downloading of playlists under -p/--playlist command-line flag.

You can see all flags using flag --help.

It requires .NET 5+ framework to run. If you want to run this project with .NET 6, you will need to change tag Project > PropertyGroup > TargetFramework in file YTDownloader.csproj to net6.0.

About

C#-based CLI tool for downloading audio/video from Youtube website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages