Skip to content

LenRenko/lotus-ydl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet another simple Youtube Downloader


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

Get the installer

Simply go to the website LL Youtube Downloader and click on "Download"


Where to get the .exe file ?

  • 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

How to use it ?

  • 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.
Open settings
  • To open settings window, click on the gear button on the bottom right and chose desired options

How to use with Python ?

  • 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