Update readme.md

This commit is contained in:
Andres
2025-05-11 07:33:54 -04:00
committed by GitHub
parent aceff3eb5a
commit ad6e8c7f0f

View File

@@ -115,8 +115,8 @@ Tidal-DL/
├── node_modules/ # Project dependencies (created by `npm install`)
├── v2/ # Core logic modules
│ ├── login.mjs # Handles Tidal authentication & session management
│ ├── music.js # Logic for music track downloads
│ └── video.js # Logic for music video downloads
│ ├── music.mjs # Logic for music track downloads
│ └── video.mjs # Logic for music video downloads
├── .gitignore # Specifies intentionally untracked files for Git
├── package-lock.json # Records exact versions of installed dependencies
├── package.json # Project metadata and list of dependencies
@@ -142,4 +142,4 @@ A copy of the AGPL-3.0 license is included in the file `LICENSE` in the root of
---
Happy Downloading!
Happy Downloading!