Skip to content

jaris58/joox_dl

Repository files navigation

logo

Joox DL is Joox Downloader for Python.

Python GitHub forks GitHub stars GitHub license
Fajar Isnandio


Installation

Python 3

pip install -r requirements.txt

Windows (CMD)

Download last application in here

File Config

joox_dl.cfg

[app]
music_folder=music/

[login]
authtype=2
email=[your-email]
password=[your-password]
wxopenid=[your-wxopenid]
access_token=[your-access_token]

Usage

Python 3

usage: joox_dl.py [-h] [-u URL] [-m] [-hq] [-f]

Windows (CMD)

usage: joox_dl.exe [-h] [-u URL] [-m] [-hq] [-f]

Example

python joox_dl.py -m -u https://www.joox.com/id/playlist/db1J7YbWZ1LectFJqPzd5g==
python joox_dl.py -m -u https://www.joox.com/id/album/fnIkeDK++hFXaAzg7s9Etg==
python joox_dl.py -m -u https://www.joox.com/id/single/TtEH_iaoAGl1dh5KsV44pg==
python joox_dl.py -m -u https://www.joox.com/id/artist/oPx7SaQaTLhpqJP1zpTSpQ==
python joox_dl.py -m -u https://www.joox.com/id/chart/36

Optional Arguments

  -h, --help          show this help message and exit
  -u URL, --url URL   Url String
  -m, --m4a           M4A file type
  -hq, --highquality  High quality
  -f, --force         Force to re-download

Change log

[2.2.1] - 2022-02-17

Security

  • Bumps pillow from 8.3.2 to 9.0.1.

Full Change Log

License

MIT