songs-dl

Download songs on YouTube and add metadata.


Keywords
youtube, music, download-music, downloader, mp3, music-downloader, python, song, song-lyrics, songs-dl
License
Other
Install
pip install songs-dl==2024.4.4

Documentation

Songs downloader

Download songs on YouTube and add metadata from Deezer, iTunes and Spotify.

Installation

To install the latest release from PyPI:

pip install songs-dl

To install the latest changes:

pip install git+https://github.com/lfavole/songs-dl.git

Examples

songs-dl "Song name"
songs-dl "Song 1" "Song 2" "Song 3"
songs-dl @songs_list.txt
Publishing the release on PyPI (only for the admin!)

Building

python -m install -e .[build]
python -m build
twine check dist/*
twine upload dist/* [--repository testpypi]

Bumping the version

python -m install -e .[dev]
bumpver update