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
- 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
- Double click on the executable, update ytdl and ffmpeg.
- Voila!
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
- youtube-dl
- ffmpeg
- 7-zip
- possibly every dependencies ever used in this project which i forgot