Skip to content

Latest commit

 

History

History
executable file
·
73 lines (45 loc) · 2.26 KB

README.md

File metadata and controls

executable file
·
73 lines (45 loc) · 2.26 KB

Tidal-AutoDL

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.

Screenshot--01

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.

📢 Disclaimer

  • 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.

Installation

Clone the repository :

git clone https://github.com/SunL0w/Tidal-AutoDL
cd Tidal-AutoDL
python -m pip install -r requirements.txt

Launch

❗ Your source file must be placed in the same directory as Tidal-AutoDL, and named "source.txt".

python tidal-auto_export.py

⚠️ You need to configure tidal-dl first, read the documentation here.

python tidal-auto_dl.py

Screenshots

Screenshot--02

Screenshot--03

Screenshot--04

Screenshot--04

Screenshot--04


🤝 Grateful thanks to :

Yaronzz The creator of tidal-dl.


Lead Developper :

Developper SunL0w