Skip to main content

Python library to download youtube playlist for a user.

Project description

YouTube Playlist Downloader

This package provides a script to download YouTube playlists for a user. It has been tested with both CPython and PyPy.

To use it, you will need to have access to OAuth 2.0 client credentials for Google developer project. You can follow Before You Start section in Getting Started page. Once your project is created, create OAuth 2.0 client credentials in console. Download *.json file and use it as a secretfile positional argument at command line. The command saves user OAuth tokens in credentials folder in the working directory. Next time when the script runs from that directory, reauthentication is not necessary for corresponding profile, unless --force option is used.

Here are few commands you can:

youtube_playlist_downloader -h # For help
youtube_playlist_downloader \
    --profile joe4939 \
    --outfolder myplaylists \
    --format json \
    --format default \
    my_app_client_secret.json

Installation

pip install youtube-playlist-downloader

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page