VSIDO Community

VSIDO Support => Scripts and How To's => Zenity & Yad => Topic started by: misko_2083 on August 28, 2016, 06:40:55 PM

Title: youtube-dl wrapper
Post by: misko_2083 on August 28, 2016, 06:40:55 PM
This is a youtube-dl wrapper; supports videos and lists from YouTube.
https://gitlab.com/misko_2083/yt-get/tags/v0.1.2 (https://gitlab.com/misko_2083/yt-get/tags/v0.1.2)

- detects if a url is a YT video or a list
- has options to select a custom download format
- can select videos from a list
- multiple GUI modes for single or multiple urls
- can download to mp3

(http://i.imgur.com/L6dnHzUm.png) (http://i.imgur.com/L6dnHzU.png)

(http://i.imgur.com/KyxPk7Im.png) (http://i.imgur.com/KyxPk7I.png)

Custom Format selection:
(http://i.imgur.com/6vNyQ0gm.png) (http://i.imgur.com/6vNyQ0g.png)
Selecting individual videos from a list:
(http://i.imgur.com/fr2bZntm.png) (http://i.imgur.com/fr2bZnt.png)
Multiple download of videos and/or lists:
(http://i.imgur.com/vqKc4rmm.png) (http://i.imgur.com/vqKc4rm.png)
(http://i.imgur.com/PhwxO2qm.png) (http://i.imgur.com/PhwxO2q.png)
Title: Re: youtube-dl wrapper
Post by: a on May 06, 2017, 10:21:45 AM
hey Misko why not post your colour chooser yad script here?
the one you posted on bunsen labs, I am using it and it works great.  :)
Title: Re: youtube-dl wrapper
Post by: PackRat on May 06, 2017, 01:37:03 PM
Nice one, working as advertised.

On suggestion though. For this and future yad scripts add the "--class" flag. That will give your scripts a unique identifier so that per app settings can be applied in fluxbox, openbox, and any other window manager that supports it.

The default is for the name to be "yad" and the class to be "Yad", so any per app settings apply to all scripts.
Title: Re: youtube-dl wrapper
Post by: hakerdefo on May 06, 2017, 07:12:19 PM
It is hands-down the best youtube-dl GUI for Linux systems!
Cheers Misko  8)
Title: Re: youtube-dl wrapper
Post by: misko_2083 on May 07, 2017, 11:28:30 AM
Quote from: a on May 06, 2017, 10:21:45 AM
hey Misko why not post your colour chooser yad script here?
the one you posted on bunsen labs, I am using it and it works great.  :)
Will do. Once I find it. :))
Quote from: PackRat on May 06, 2017, 01:37:03 PM
Nice one, working as advertised.
One suggestion though. For this and future yad scripts add the "--class" flag. That will give your scripts a unique identifier so that per app settings can be applied in fluxbox, openbox, and any other window manager that supports it.
The default is for the name to be "yad" and the class to be "Yad", so any per app settings apply to all scripts.
Great to see it works. :)
That's interesting. Will add --class to scripts in the future.
yad --class "Youtube..."
Quote from: hakerdefo on May 06, 2017, 07:12:19 PM
Cheers Misko  8)
Cheers hakerdefo  8)