📝 move warning higher

This commit is contained in:
oskvr37
2025-01-23 21:21:24 +01:00
parent 261e5f3c28
commit 410bf26c0b
+3 -3
View File
@@ -10,6 +10,9 @@ TIDDL is Python CLI application that allows downloading Tidal tracks.
It's inspired by [Tidal-Media-Downloader](https://github.com/yaronzz/Tidal-Media-Downloader) - currently not mantained project.
This repository will contain features requests from that project and will be the enhanced version.
> [!WARNING]
> This app is for personal use only and is not affiliated with Tidal. Users must ensure their use complies with Tidal's terms of service and local copyright laws. Downloaded tracks are for personal use and may not be shared or redistributed. The developer assumes no responsibility for misuse of this app.
# Installation
Install package using `pip`
@@ -55,9 +58,6 @@ Run tests
python -m unittest
```
> [!WARNING]
> This app is for personal use only and is not affiliated with Tidal. Users must ensure their use complies with Tidal's terms of service and local copyright laws. Downloaded tracks are for personal use and may not be shared or redistributed. The developer assumes no responsibility for misuse of this app.
# Resources
[Tidal API wiki](https://github.com/Fokka-Engineering/TIDAL)