Skip to content

Commit 3f93b4e

Browse files
authored
Update readme.md
1 parent 34819d4 commit 3f93b4e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

readme.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ This fork is currently maintained by me ([Dniel97](https://github.com/Dniel97))
99
Introduction
1010
------------
1111
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.
1413

1514
Requirements
1615
------------
@@ -105,23 +104,23 @@ How to use
105104
--file The URLs to download inside a .txt file with a single
106105
track/album/artist each line.
107106

108-
####Searching
107+
#### Searching
109108

110109
Searching for tracks, albums and videos is now supported.
111110

112111
Usage: `python redsea.py search [track/album/video] [name of song/video, spaces are allowed]`
113112

114113
Example: `python redsea.py search video Darkside Alan Walker`
115114

116-
####ID downloading
115+
#### ID downloading
117116

118117
Download an album/track/artist/video/playlist with just the ID instead of an URL
119118

120119
Usage: `python redsea.py id [album/track/artist/video/playlist ID]`
121120

122121
Example: `python redsea.py id id 92265335`
123122

124-
####Exploring
123+
#### Exploring
125124

126125
Exploring new Dolby Atmos or 360 Reality Audio releases is now supported
127126

0 commit comments

Comments
 (0)