- 0
YouTube-DL-PyTK 16.8.2
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
Offensive Security Using Python eBook (worth $39.99) free download ends today
By News Staff,
- ebook offer
- sponsored
- (and 4 more)
- 0 replies
- 0 views
-
Offensive Security Using Python eBook (worth $39.99) is still free to download
By Steven P.,
- ebook offer
- sponsored
- (and 2 more)
- 0 replies
- 0 views
-
Download Offensive Security Using Python: A hands-on guide ($39.99 Value, now FREE)
By News Staff,
- ebook offer
- sponsored
- (and 2 more)
- 0 replies
- 0 views
-
Learn Python Programming, Fourth Edition ($35.99 Value) free eBook download
By News Staff,
- ebook offer
- sponsored
- (and 1 more)
- 0 replies
- 0 views
-
The latest NVIDIA SHIELD Experience Upgrade 9.2 brings AURO-3D support for SHIELD TVs
By Sagar Naresh,
- nvidia
- nvidia shield tv
- (and 3 more)
- 15 replies
- 0 views
-
Question
Gerowen
This is one of those little things that I made for myself and decided to share. YouTube-DL-PyTK is essentially a simple little program that allows you to download YouTube videos (with the exception of copyrighted material like movies and TV shows). All the other apps I found were either command line only (youtube-dl) or filled with ads, so I jammed out my own little graphical launcher for youtube-dl. It's pretty simple and straight forward. I wrote it in Python and used the EasyGUI library (frontend for TKinter) to draw graphical windows for acquiring the necessary information. It basically collects things like URL and username/password (optional) and passes it to the Python version of youtube-dl which then downloads the video to your desktop.
There's a compiled installer for 64 bit Windows systems, and a tarball with just the original Python executable for people running Linux or 32 bit versions of Windows (still requires Python). The compiled installer does include all the original source code along with the binary copies, so if you install it using the .exe file, just browser to C:\Program Files\YouTube-DL-PyTK and you'll find everything you need there including a Changelog, Readme, etc. If you use the Windows installer you do not need to have Python installed on your system, everything has been compiled so that it should run as a stand alone application on any 64 bit Windows system.
This update is basically a maintenance update. I've updated the included version of youtube-dl to the 1 August 2016 release and made a minor change to the project's name.
Sourceforge page is: https://sourceforge.net/projects/youtube-dl-gtk/
Edited by GerowenLink to comment
https://www.neowin.net/forum/topic/1304626-youtube-dl-pytk-1682/Share on other sites
5 answers to this question
Recommended Posts