Command to run tests

This commit is contained in:
Ritiek Malhotra
2017-06-25 23:41:32 +05:30
committed by GitHub
parent 93469bbfd9
commit 8ef4e95a7c

View File

@@ -155,20 +155,9 @@ http://open.spotify.com/track/64yrDBpcdwEdNY9loyEGbX
- Then you can simply run `python spotdl.py --list=<playlist_name>.txt` to download them all! - Then you can simply run `python spotdl.py --list=<playlist_name>.txt` to download them all!
## FAQ ## Running tests
#### I get system cannot find the specified file when downloading? `python -m pytest test`
Check out these issues [#22](https://github.com/Ritiek/Spotify-Downloader/issues/22), [#35](https://github.com/Ritiek/Spotify-Downloader/issues/35), [#36](https://github.com/Ritiek/Spotify-Downloader/issues/36).
#### How can I download whole playlist with its URI?
~~Currently this is not possible without generating unique tokens from Spotify but you can copy all the songs from a playlist and paste them in `list.txt`. I am avoiding tokens as much possible to retain the portability of this tool but if you would like to add it as an optional feature to this tool, PR's welcome!~~
This feature has been added!
#### You write horrible code. What's wrong with you?
I'm trying...
## Disclaimer ## Disclaimer