Tools for exporting Tidal links from a file and storing them, deleting duplicates, and automatically downloading media with tidal-dl.
For example, from a Whatsapp chat export, or a messaging system where you self-send links, from the share option on the Tidal application.
You have two tools at your disposal :
tidal-auto_export.py 👈️ To extract Tidal links and put them in a file.
tidal-auto_dl.py 👈️ To automatically download each link contained in the final "clean_tidal_export.txt" file.
- Private use only.
- Need a Tidal-HIFI subscription.
- You should not use this method to distribute or pirate music. 🔞
- It may be illegal to use this in your country, so be informed.
Clone the repository :
git clone https://github.com/SunL0w/Tidal-AutoDL
cd Tidal-AutoDL
python -m pip install -r requirements.txt
❗ Your source file must be placed in the same directory as Tidal-AutoDL, and named "source.txt".
python tidal-auto_export.py
python tidal-auto_dl.py
Yaronzz The creator of tidal-dl.