This project is a Python application that manages YouTube playlist downloads.
Poetry needs to be installed to install ytdlplist
pip install --upgrade poetry -q
To set up the project, follow these steps:
- Clone the repository.
- Install the required dependencies using pip:
git clone https://github.com/DJStompZone/ytdlplist
cd ytdlplist
poetry install
Create your playlists file:
cp data/playlists.example.json data/playlists.json
Add your playlist urls to data/playlists.json, then run the application with:
poetry run start
.gitignore
pyproject.toml
ytdlplist/
data/
playlists.template.json
playlists.json
sounds/
<sound files>.wav
constants.py
playlist_util.py
utils.py
ytdlplist.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.