Remove necessary use of sudo

This commit is contained in:
Ritiek Malhotra
2017-06-05 17:52:34 +05:30
committed by GitHub
parent 0e915e3637
commit 041cb0d910

View File

@@ -104,7 +104,7 @@ Also this time we have the Spotify link only for Hello by Adele but not for othe
No problem!
- Just make a list.txt by running the following commands:
- Just make a `list.txt` by running the following commands:
```
cd
@@ -121,7 +121,7 @@ the nights avicci
21 guns green day
```
- Now pass `--list` or `-l` to the script, i.e `sudo python spotdl.py --list` and it will start downloading songs mentioned in `list.txt`.
- Now pass `--list` or `-l` to the script, i.e `python spotdl.py --list` (for windows: `python.exe spotdl.py --list`) and it will start downloading songs mentioned in `list.txt`.
- You can stop downloading songs by hitting `ctrl+c`, the script will automatically resume from the song where you stopped it the next time you want to download the songs present in `list.txt`.