Skip to content

ahmetack/deethon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Getting 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)
)

About

🎵 Python3 library to easily download music from Deezer

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 6

Languages