Skip to content

Instantly share code, notes, and snippets.

@Niko-sk2x
Created May 8, 2017 17:06
Show Gist options
  • Select an option

  • Save Niko-sk2x/d191fe0b13136c5d58bdde3247be55b1 to your computer and use it in GitHub Desktop.

Select an option

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.
#!/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