2024-07-27 18:04:52 +02:00
2024-07-20 00:01:00 +02:00
2024-07-20 00:01:00 +02:00
2024-07-27 18:04:52 +02:00
2024-07-27 12:07:41 +02:00
2024-07-27 16:08:06 +02:00
2024-07-27 14:42:15 +02:00
2024-07-27 14:42:15 +02:00

Tidal Downloader

TIDDL is the Python CLI application that allows downloading Tidal tracks. Fully typed, no requirements.

GitHub top language PyPI - Version

It's inspired by Tidal-Media-Downloader - currently not mantained project. This repository will contain features requests from that project and will be the enhanced version.

Usage

Install package using pip

pip install tiddl

After installation use tiddl

$ tiddl
⚙️ Go to https://link.tidal.com/CYARD and add device!
Hit enter when you are ready...
✅ Token good for 7 days
Enter track id to download:

You can also use TIDDL as module, it's fully typed so you will get type hints

from tiddl import TidalApi

api = TidalApi(token, user_id, country_code)

my_playlists = api.getPlaylists()

print(f"You have got {my_playlists['totalNumberOfItems']} playlists!")
S
Description
Languages
Python 99.5%
Dockerfile 0.5%