0 purchases
ytplaylistsync 2024.6.2.3
yt-playlist-sync
Sync a YouTube playlist to a directory on your system using yt-dlp.
Getting Started
Requirements
yt-dlp.
Python 3.10+
(Strongly recommended) ffmpeg
Python Modules*
* These should be installed by running the install scripts.
Installation
This project is available on PyPI.
You can install it using pip install --user yt-playlist-sync. Additionally, you can
install the project by cloning it to your machine and running pip install --user ..
Usage
CLI
The command-line interface has the following syntax:
usage: yt-p-sync [-h] [--executable EXECUTABLE] [--logging {10,20,30,40,50}]
playlist directory
Sync a YouTube playlist.
positional arguments:
playlist URL of playlist to sync.
directory Directory to sync playlist to.
options:
-h, --help show this help message and exit
--executable EXECUTABLE
Path to yt-dlp executable.
--logging {10,20,30,40,50}
Logging level. Default 20 (INFO).
Any additional options will be passed directly to your yt-dlp executable.
Authors
Willow Ciesialka
License
This project is licensed under GNU General Public License v3.0. See LICENSE for more details.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.