Skip to content
/ ytpld Public

This project is an easy-to-use tool that allows users to download complete YouTube playlists using the Pytubefix library in Python.

License

Notifications You must be signed in to change notification settings

vilelacc/ytpld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube playlist download script

This Python script allows you to download all the videos in a YouTube playlist at once. It uses the pytubefix library to download videos.

Warning

This script is provided as-is, and the user assumes all responsibility for its usage. Make sure to comply with YouTube terms of service and respect the rights and privacy of others while using this script.

Requirements

  • Python 3.x installed on your system.
  • Installing the pytube library. You can install it via pip using the following command:
pip install pytubefix

Project Structure

├── src/
│   ├── helpers/
│   │   └── functions.py
│   └── app.py
├── .gitattributes
├── .gitignore
├── LICENSE
└── README.md

How to use the script

  1. Clone the repository: Clone the repository where the script is hosted to your local environment using the git clone command. For example:
git clone https://github.com/vilelacc/ytpld.git
  1. Navigate to directory: Use the terminal or command prompt to navigate to the project directory where the script is located.
  2. Run the script: Run the Python script by typing the following command:
python app.py
  1. Enter playlist link: The script will ask you to enter the link of the YouTube playlist you want to download. Copy and paste the playlist link and press Enter.
  2. Download in progress: The script will begin downloading the playlist videos to your operating system's default downloads directory.
  3. Track progress: You'll see a message indicating which video is currently downloading.
  4. Check the download directory: After the download is complete, check the default download directory for your operating system. The videos will be saved in a folder with the name of the playlist.

About

This project is an easy-to-use tool that allows users to download complete YouTube playlists using the Pytubefix library in Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages