KasRoudra / YT-Downloader

Download youtube videos or audios by ruby script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YT-Downloader

[+] Created By KasRoudra

[+] Description :

YT-Downloader is used to download any video or audio from youtube.

[+] Installation

apt install ruby wget -y
gem install httparty
git clone https://github.com/KasRoudra/YT-Downloader
cd YT-Downloader
ruby yd.rb

On linux, try sudo ruby yd.rb on first run

Or, Use Single Command

apt install wget ruby -y && git clone https://github.com/KasRoudra/YT-Downloder && cd YT-Downloader && chmod +x yd.rb && ruby yd.rb

Screenshots:

Usage:

  1. Run the script and choose video or audio
  2. Enter the youtube link and generate download link
  3. Download directly if you wish

Note:

Only Youtube links are supported for download.

[+] Find me on

About

Download youtube videos or audios by ruby script

License:GNU General Public License v3.0


Languages

Language:Ruby 100.0%