Skip to content

MrTusarRX/YouTube-Video-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

YouTube Video Downloader By MrTusarRX

This is a simple bash script to download YouTube videos using pytube. The script ensures that Python3, pip3, and the pytube library are installed before downloading the video.

Requirements

  • Python3
  • pip3

Usage

Termux

  1. Clone the repository

    git clone https://github.com/MrTusarRX/YouTube-Video-Downloader.git
    cd YouTube-Video-Downloader
    chmod +x downTube.sh
    ./downTube.sh

Using