This is a simple Youtube Downloader GUI application build in python with tkinter and TomSchimansky customtkinter. I built it because I didn't found what I wanted, so made it as simple as possible. Special thanks to my GF for testing it and giving improvements ideas
Simply go to the website LL Youtube Downloader and click on "Download"
- You can get the exe file here or click on release on the right
- Extract the archive (with winrar or 7zip) where you want on your computer
- Go to the folder LLYTDownloader and look for the
LLYTDownloader.exe
- Go to youtube and copy the url of your favorite song or video
- Launch with
LLYTDownloader.exe
- Follow the instructions on your screen :-> Paste your url on the entry, press ENTER or click add to add your url to download list
- Do step 1 to 3 again if you want.
- When you have all your desired urls to download :-> Click DOWNLOAD button and wait for it to download.
- To open settings window, click on the gear button on the bottom right and chose desired options
- Download ffmpeg binaries from Btbn for your OS
- Extract the folder and rename it
ffmpeg
- Clone this repo to your computer or download source code and extract it where you want
- Install requirements with
pip install -r requirements.txt
- Put the
ffmpeg
folder in the root of this project - Launch
python main.py