/deethon

🎵 Python3 library to easily download music from Deezer

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Deethon

Codacy Badge Codacy Badge PyPI PyPI - Status PyPI - Downloads GitHub license

Deethon is a lightweight Python library for downloading high quality music from Deezer.

Gettings started

Installation

pip install deethon

Usage

import deethon

deezer = deethon.Session("YOUR ARL TOKEN")

deezer.download(
    "https://www.deezer.com/track/1234567",
    bitrate="FLAC"  # or MP3_320 / MP3_256 / MP3_128 (optional)
)