lbarsou / ydl

program written in bash using yad and youtube-dl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ydl

ydl is a program written in bash using yad xclip youtube-dl.

It is aimed to be an intuitive shortcut to download videos and music from any link copied on clipboard

Tested in Debian/Linux & ArchLinux

Requirements

youtube-dl yad xclip

Debian/Ubuntu based distributions

sudo apt-get install youtube-dl yad xclip

ArchLinux

sudo pacman -S youtube-dl yad xclip

Installation

 curl -o ydl.sh https://raw.githubusercontent.com/lbarsou/ydl/main/script.sh
 chmod +x ydl.sh

Usage

 ./ydl.sh yourVideoAudioLink.com

About

program written in bash using yad and youtube-dl

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%