You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,7 @@ This fork is currently maintained by me ([Dniel97](https://github.com/Dniel97))
9
9
Introduction
10
10
------------
11
11
RedSea is a music downloader and tagger for the Tidal music streaming service. It is designed partially as a Tidal API example. This repository also hosts a wildly incomplete Python Tidal
12
-
API implementation - it is contained in `redsea/tidal_api.py` and only requires `requests` to be
13
-
installed. Note that you will you have to implement the Tidal lossless download hack yourself -- you can find this in `mediadownloader.py`.
12
+
API implementation - it is contained in `redsea/tidal_api.py` and only requires `requests` to be installed.
14
13
15
14
Requirements
16
15
------------
@@ -105,23 +104,23 @@ How to use
105
104
--file The URLs to download inside a .txt file with a single
106
105
track/album/artist each line.
107
106
108
-
####Searching
107
+
####Searching
109
108
110
109
Searching for tracks, albums and videos is now supported.
111
110
112
111
Usage: `python redsea.py search [track/album/video] [name of song/video, spaces are allowed]`
113
112
114
113
Example: `python redsea.py search video Darkside Alan Walker`
115
114
116
-
####ID downloading
115
+
####ID downloading
117
116
118
117
Download an album/track/artist/video/playlist with just the ID instead of an URL
119
118
120
119
Usage: `python redsea.py id [album/track/artist/video/playlist ID]`
121
120
122
121
Example: `python redsea.py id id 92265335`
123
122
124
-
####Exploring
123
+
####Exploring
125
124
126
125
Exploring new Dolby Atmos or 360 Reality Audio releases is now supported
0 commit comments