Skip to content

Simple python script that downloads YouTube videos. Wrote it as an exercise to learn more about Tkinter.

Notifications You must be signed in to change notification settings

xesdoog/YouTube-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YouTube-Downloader

Simple python script that downloads YouTube videos. The UI is very ugly. This script was an exercise for me to learn about Tkinter.

image

Note

If you provide a playlist link, the script will only download the first video. Maybe I will add an option to download the whole playlist idk at the moment this was simply an exercise.

For Users:

If you know how to setup requirements and stuff, feel free to use the script as it is. If not, a portable executable can be found under Releases.

Note

The portable executable from the releases tab will be flagged by Windows Security as a virus. The code is open source and the executable was built by Github Actions. This behavior is caused by 2 main things:

  1. The program doesn't have a certificate. Those cost money and it's not worth it to sign a simple Python script.
  2. Windows Security specifically hates PyInstaller-packed executables for some odd reason.

About

Simple python script that downloads YouTube videos. Wrote it as an exercise to learn more about Tkinter.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages