yt6

Download audio and video from YouTube.


Keywords
yt5, yt6, youtubedl, youtube, downloader, video-downloader
License
MIT
Install
pip install yt6==1.5.5

Documentation

Pypi progress Downloads wakatime

Important

This is just but a maintained yt5. So wherever there's yt5 just know I'm referring to yt6.

                                                                   
                                                                   
                                  tttt          555555555555555555 
                               ttt:::t          5::::::::::::::::5 
                               t:::::t          5::::::::::::::::5 
                               t:::::t          5:::::555555555555 
yyyyyyy           yyyyyyyttttttt:::::ttttttt    5:::::5            
 y:::::y         y:::::y t:::::::::::::::::t    5:::::5            
  y:::::y       y:::::y  t:::::::::::::::::t    5:::::5555555555   
   y:::::y     y:::::y   tttttt:::::::tttttt    5:::::::::::::::5  
    y:::::y   y:::::y          t:::::t          555555555555:::::5 
     y:::::y y:::::y           t:::::t                      5:::::5
      y:::::y:::::y            t:::::t                      5:::::5
       y:::::::::y             t:::::t    tttttt5555555     5:::::5
        y:::::::y              t::::::tttt:::::t5::::::55555::::::5
         y:::::y               tt::::::::::::::t 55:::::::::::::55 
        y:::::y                  tt:::::::::::tt   55:::::::::55   
       y:::::y                     ttttttttttt       555555555     
      y:::::y                                                      
     y:::::y                                                       
    y:::::y                                                        
   y:::::y                                                         
  yyyyyyy                                                          
                                                                   
                                                                   
  • yt5 is a Python script that downloads YouTube Videos & audios at console environment.

Installation

Download binaries for your system from here .

OR :

  • From Github - source
git clone https://github.com/Simatwa/yt5.git
cd yt5
python setup.py install

  • From Pypi
pip install yt5

Usage

Video

  • Videos can be downloaded by parsing a URI prefixed or postfixed by its category:
  • For instances:
  1. Single video :
$ yt5 url <Video-URI>

yt52

  • Alternatively, this can be done by omitting url command since it's the default category.
$ yt5 <Video-URI>

yt51

  1. All videos in a Playlist :
$ yt5 playlist <Playlist-URI>

yt53

  1. All videos in a Channel :
$ yt5 channel <Channel-URI>

yt54

  1. Collection of single-video's URI contained in a text file :
$ yt5 fnm <file-path>

yt55

Audio

  • Audio of a video can be downloaded by adding --mp3 to the commands parsed.
    • For instance:
  1. Single audio :
$ yt5 url <Video-URI>  --mp3

yt56

  • Similarly, this can be done to other categories.

  • For further information you can run:

$ yt5 -h

  • Output :
usage: yt5 [-h] [-v] [-res [720p|480p|360p|240p|144p]] [-max MAXIMUM] [-dir DIRECTORY] [--mp3]
           [--show] [--static] [--usage]
           [[fnm|url|playlist|channel]] url

positional arguments:
  [fnm|url|playlist|channel]
                        Category of the videos referred by the link or filename[fnm] containing
                        links
  url                   Link of the video

options:
  -h, --help            show this help message and exit
  -v, --version         show program's version number and exit
  -res [720p|480p|360p|240p|144p], --resolution [720p|480p|360p|240p|144p]
                        Resolution [quality] of videos to be downloaded in
  -max MAXIMUM, --maximum MAXIMUM
                        Maximum videos to be downloaded
  -dir DIRECTORY, --directory DIRECTORY
                        Directory for saving downloaded file
  --mp3                 Specify to download audio only
  --show                Show the downloaded file-path
  --static              Restricts stdout of file-path in prose-format
  --usage               Show this help info in more stylistic way

Independencies

  1. pytube
  2. colorama
  3. tabulate

Acknowledgements