Giter VIP home page Giter VIP logo

youtube-playlist-downloader's Introduction

YouTube Playlist Downloader

This Python script downloads videos from a YouTube playlist in 1080p or the highest available resolution below 1080p, and zips them into a single file. It uses the pytube library to download videos and the python-dotenv library to load environment variables from a .env file.

Installation

  1. Clone the repository:

    git clone https://github.com/prathamsoni11/Youtube-Playlist-Downloader.git
  2. Navigate to the project directory:

    cd Youtube-Playlist-Downloader
  3. Create and activate a virtual environment:

    python3 -m venv venv
    source venv/bin/activate
  4. Install the required dependencies:

    pip install pytube python-dotenv
  5. Create a .env file in the project directory and add your playlist URL and desired zip file name:

    PLAYLIST_URL=YOUR_PLAYLIST_URL_HERE
    ZIP_FILE_NAME=YOUR_ZIP_FILE_NAME_HERE
    
  6. Run the script:

    python3 script.py
  7. Once the script finishes, deactivate the virtual environment:

    deactivate

Configuration

You can customize the script by editing the .env file with your playlist URL and desired zip file name. Ensure that the PLAYLIST_URL is the URL of the YouTube playlist you want to download, and ZIP_FILE_NAME is the desired name of the zip file.

Dependencies

  • pytube - For downloading YouTube videos.
  • python-dotenv - For loading environment variables from a .env file.

youtube-playlist-downloader's People

Contributors

prathamsoni11 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.