uses dearpygui and yt_dlp . ffmpeg for encoding
- Ultra Fast
- Download video or audio at the best quality available converted to mp4 with ffmpeg
- Download entire playlists
- Download Video with or witout the audio
- Add a loading/waiting.. Visual feedback after download button is pressed
- Add a finished mesagge after encoding is done
- Make a better UI
- Choose ouput folder and name with default to video Title and current folder
- create automatic fading for songs between playlists
- learn python best practices
learn how to use gh Actions CI to create the binaries insted of compiling them locallytry to create binaries for windows and mac OSX and add to ReleasesDownload entire playlistsImplement community Feature requests like(Download Video without audio)
uses python3 , so use python or python3 | pip or pip3 dependig on your configuration.
pip install dearpygui yt-dlp ffmpeg
python fastestTube.py
(ffmpeg from pip untested , I downloaded the binaries from the offitial website for windows)
Contributions such as improvements and feature requests are welcomed