Skip to content

niranjangs4/YoutubeDownloadPlaylist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Youtube Playlist Download

Download Youtube entire playlist video files or single video file.

Getting Started

These instructions will get idea of the project up and running on your local machine for development and Execution purposes. See deployment for notes on how to deploy the project on a live system.

How it works

This script to download youtube videos with high definaton and high speed x50times accuracy.
Download files in same folder where you run script.
If youtube url link has 'watch' - word it means single file like:https://www.youtube.com/watch?v=d07SayjuLJk 
        or
If youtube url link has 'Playlist' - word it means multiple file in that playlist like : https://www.youtube.com/playlist?list=PLx0sYbCqOb8TBPRdmBHs5Iftvv9TPboYG
all files Download in same folder

Prerequisites

What things you need to install the software and how to install them

Python2/Python3
  • Pytube - The Web site pytube 8.0.2
  • Urllib - The Web site urllib
  • bs4 - The Web site beautifulsoup4 4.6.0

Installing

A step by step have to get a development env running

step 1. python2 or python3
step 2. pip install pytube
step 3. pip install urllib
step 4. pip install bs4

Running the Script

Enter terminal or console windows/Linux/mac.

Like : python filename youtube-urlpath

Example 1 Single video : python youtubeDownloader.py https://www.youtube.com/watch?v=d07SayjuLJk 

Example 2 Playlist : python youtubeDownloader.py https://www.youtube.com/playlist?list=PLx0sYbCqOb8TBPRdmBHs5Iftvv9TPboYG

Authors

About

Download Youtube files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages