caseychu / spotify-backup

A Python script that exports all of your Spotify playlists.
MIT License
847 stars 123 forks source link

Add filtering playlists by name with wildcard support #34

Open pawelszramowski opened 3 years ago

pawelszramowski commented 3 years ago

I had to change the command-line argument format because it didn't work with multiple-value optional arguments.

pawelszramowski commented 3 years ago

If you pull it after #33 then please remember to change python spotify-backup.py playlists.json --format=pretty-json to python spotify-backup.py --file playlists.json --format pretty-json after merge!