You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Completely re-wrote the entire youtubedl GUI that was included within FFMPEGAudioEncoder
It's fully written in python, with no needed binaries to run (other then FFMPEG which is included with ffmegaudioencodergui)
It's fully multi-threaded
It uses the python module ytb-dl in order to do the work
It has the ability to download video and or audio, from almost any video website
The simple version of this program has much less features then the full fledged version, how ever it has the basic needed features and it'll be much easier to keep up to date as I work with ffmpegaudioencodergui
Youtube-DL is no longer required and is removed from the program entirely, the youtubeGUI is now built based off of the python module 'yt-dlp' and is currently only version 'yt-dlp 2021.11.10.1'