Created
May 8, 2017 17:06
-
-
Save Niko-sk2x/d191fe0b13136c5d58bdde3247be55b1 to your computer and use it in GitHub Desktop.
spotify-dl download-all-from-file oneliner. Select all in spotify playlist, copypaste into text file, save, and run this.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| FILE=list for i in `awk -F / '{ print $5 }' $FILE`; do python2 spotify-dl.py --dl youtube --track $i; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment