From 410bf26c0b490303ede27115bd3e6956ec789b1f Mon Sep 17 00:00:00 2001 From: oskvr37 Date: Thu, 23 Jan 2025 21:21:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20move=20warning=20higher?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fdd486d..7589c69 100644 --- a/README.md +++ b/README.md @@ -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)