mirror of
				https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
				synced 2025-11-03 21:10:34 +00:00 
			
		
		
		
	Fix readme cli usage
This commit is contained in:
		
							parent
							
								
									40bc2d612f
								
							
						
					
					
						commit
						dc37d6157e
					
				@ -29,9 +29,9 @@ Python packages:
 | 
				
			|||||||
\*\*Git can be installed via apt for Debian-based distros or by downloading the binaries from [git-scm.com](https://git-scm.com/download/win) for Windows. Mac users can intall it using [Homebrew](https://brew.sh).
 | 
					\*\*Git can be installed via apt for Debian-based distros or by downloading the binaries from [git-scm.com](https://git-scm.com/download/win) for Windows. Mac users can intall it using [Homebrew](https://brew.sh).
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
Command line usage:
 | 
					Command line usage:
 | 
				
			||||||
  python app.py                                      Loads search prompt to find then download a specific track, album or playlist
 | 
					  python src/app.py                                      Loads search prompt to find then download a specific track, album or playlist
 | 
				
			||||||
  python app.py <track/album/playlist/episode url>   Downloads the track, album, playlist or podcast episode specified as a command line argument
 | 
					  python src/app.py <track/album/playlist/episode url>   Downloads the track, album, playlist or podcast episode specified as a command line argument
 | 
				
			||||||
  python app.py <artist url>                         Downloads all albums by specified artist
 | 
					  python src/app.py <artist url>                         Downloads all albums by specified artist
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Extra command line options:
 | 
					Extra command line options:
 | 
				
			||||||
  -p, --playlist       Downloads a saved playlist from your account
 | 
					  -p, --playlist       Downloads a saved playlist from your account
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user