lfavole / songs-dl

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

Home Page:https://pypi.org/project/songs-dl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://pypi.org/project/songs-dl

License:The Unlicense


Languages

Language:Python 100.0%