mirror of
https://github.com/AndresDevvv/Tidal-DL.git
synced 2026-01-15 08:22:56 -03:00
Update readme.md
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user