- 0
YouTube-DL-GTK
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
- 0 replies
- 0 views
-
Google TAG deleted 23,000+ YouTube channels in January, February, March
By Aditya Tiwari,
- youtube
- google tag
- (and 3 more)
- 4 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
-
YouTube now lets you upvote your favorite songs in a playlist
By Aditya Tiwari,
- 1 reply
- 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
-
Question
Gerowen
This topic will be just for posting updates about one of my little pet side projects, YouTube-DL-GTK. Previously I've created new topics every time I release a new version, but that seems to waste forum space so I'll just use this one topic as a place to post about it.
YouTube-DL-GTK is a cross platform Python front-end for youtube-dl that includes a basic GUI along with a Windows installer.
I made it mostly for myself just tinkering around a few years back and then ended up sharing it with my wife and my mom, and then eventually it wound up on Sourceforge in the hopes that maybe somebody might one day find it useful. It seems to be getting downloaded pretty regularly here in the past month or two (anywhere from 30-100 downloads per week), so I've been trying to improve on it since at least a handful of people have expressed an interest in it.
The sourceforge page is: https://sourceforge.net/projects/youtube-dl-gtk/
I've tested it on Linux and Windows, but do not have an Apple computer around to test it on OSX. It might work on OSX if the following conditions are met:
- The machine has Python 3.x installed
- The value of the built in variable "os.name" in python returns "posix"
- The system variable "HOME" exists and contains a subfolder named "Desktop"
If OSX doesn't return posix it will try to run anyway and just download the video into the current working directory.
I just released an update for it earlier, version 16.1.1. Changelog for this version is as follows:
1 January 2016
Marcus Dean Adams
- Updated YouTube-DL to v2016.01.01
- Call youtube-dl directly in python instead of using os.system to run
separate executables, further improving the probability that it will
function on any operating system with Python installed.
- Added user authentication so videos that require you to log in should
now be accessible. Username/password authentication is not required,
you can continue downloading anonymously by just leaving the username
field blank.
- For the time being I have replaced all error messages with one generic
error. Some error numbers have changed and so far in my experimentation
with importing the python version of youtube-dl, every single error
raises the same exception name, which makes it difficult to handle
different outcomes since different errors throw the same exception.
Link to comment
https://www.neowin.net/forum/topic/1284102-youtube-dl-gtk/Share on other sites
2 answers to this question
Recommended Posts