Skip to content

MeguMario/ytdl-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

a simple yet clusterfucked ytdl wrapper

a small console program that i wrote in C# (the second one in my life) to simplify the use of ytdl when i need it the most

Available feature:

  • A simple updater (you'll need to run this first as this won't include youtube-dl and ffmpeg out of the box)
  • As of right now, only 4 modes are available: video & audio, audio-only, playlist and playlist audio-only.
  • No UI, it's just a console application

Run it

  • Double click on the executable, update ytdl and ffmpeg.
  • Voila!

Build it

You will need to have Visual Studio and .NET Core 3.1 in order to build this

You will also need 7-zip in order to get the extraction part of this working

Credit