https://github.com/adityajhakumar/youtube_playslist_dowloader
This Python script uses `pytube` to download videos from a YouTube playlist. It retries failed downloads and saves videos sequentially to a specified directory. User input includes the playlist URL and output directory. Efficient and user-friendly for downloading playlist videos.
https://github.com/adityajhakumar/youtube_playslist_dowloader
Last synced: about 1 month ago
JSON representation
This Python script uses `pytube` to download videos from a YouTube playlist. It retries failed downloads and saves videos sequentially to a specified directory. User input includes the playlist URL and output directory. Efficient and user-friendly for downloading playlist videos.
- Host: GitHub
- URL: https://github.com/adityajhakumar/youtube_playslist_dowloader
- Owner: adityajhakumar
- License: gpl-3.0
- Created: 2024-02-09T18:15:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-11T18:17:53.000Z (11 months ago)
- Last Synced: 2025-07-11T20:23:48.438Z (11 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Youtube_playslist_dowloader
This Python script uses `pytube` to download videos from a YouTube playlist. It retries failed downloads and saves videos sequentially to a specified directory. User input includes the playlist URL and output directory. Efficient and user-friendly for downloading playlist videos.