Skip to content

A Simple Terminal App to Download Youtube Videos and Playlist with subtitles using Python-3.x

License

Notifications You must be signed in to change notification settings

Shanmuga-raj/Youtube-Video-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Video Downloader:

A Simple Terminal App to Download Youtube Videos and Playlist with subtitles using Python-3.x


MODULES USED IN THIS PROJECT:
  1. Pytube
  2. Collections
  3. Pyfiglet (optional)
  4. re (optional)

1. PYTUBE:     python -m pip install pytube

             Pytube is a very serious, lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos. To install it from pypi with pip run the above command (https://python-pytube.readthedocs.io/en/latest/).

2. COLLECTIONS:

             This module implements specialized container datatypes providing alternatives to Python’s general purpose built-in containers, dict, list, set, and tuple (https://docs.python.org/3/library/collections.html).

3. PYFIGLET:     pip install pyfiglet

             Pyfiglet is a full port of FIGlet (http://www.figlet.org/) into pure python. It takes ASCII text and renders it in ASCII art fonts.

4. RE:

             Python has a built-in package called re, which can be used to work with Regular Expressions. A RegEx, or Regular Expression, is a sequence of characters that forms a search pattern. It can be used to check if a string contains the specified search pattern. (https://docs.python.org/3/library/re.html)


Check me on: LinkedIn, reddit, Keybase.

About

A Simple Terminal App to Download Youtube Videos and Playlist with subtitles using Python-3.x

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages