mirror of
				https://github.com/KevinMidboe/spotify-downloader.git
				synced 2025-10-29 18:00:15 +00:00 
			
		
		
		
	Update README.md
This commit is contained in:
		| @@ -30,7 +30,7 @@ If you still need to use Python 2 - check out the (outdated) | ||||
| spotify-downloader works with all major distributions and even on low-powered devices such as a Raspberry Pi. | ||||
|  | ||||
| spotify-downloader can be installed via pip with: | ||||
| ``` | ||||
| ```console | ||||
| $ pip3 install spotdl | ||||
| ``` | ||||
|  | ||||
| @@ -41,7 +41,7 @@ page for detailed OS-specific instructions to get it and other dependencies it r | ||||
|  | ||||
| For the most basic usage, downloading tracks is as easy as | ||||
|  | ||||
| ``` | ||||
| ```console | ||||
| $ spotdl --song https://open.spotify.com/track/2DGa7iaidT5s0qnINlwMjJ | ||||
| $ spotdl --song "ncs - spectre" | ||||
| ``` | ||||
| @@ -49,7 +49,7 @@ $ spotdl --song "ncs - spectre" | ||||
| For downloading playlist and albums, you need to first load all the tracks into text file and then pass | ||||
| this text file to `--list` argument. Here is how you would do it for a playlist | ||||
|  | ||||
| ``` | ||||
| ```console | ||||
| $ spotdl --playlist https://open.spotify.com/user/nocopyrightsounds/playlist/7sZbq8QGyMnhKPcLJvCUFD | ||||
| INFO: Writing 62 tracks to ncs-releases.txt | ||||
| $ spotdl --list ncs-releases.txt | ||||
| @@ -73,7 +73,7 @@ Check out [CONTRIBUTING.md](CONTRIBUTING.md) for more info. | ||||
|  | ||||
| ## Running Tests | ||||
|  | ||||
| ``` | ||||
| ```console | ||||
| $ python3 -m pytest test | ||||
| ``` | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user