Converts the tracks in a Spotify Playlist to a CSV. Just a little something I built to get all of the songs from a friends playlist.
This project uses BeautifulSoup v4.4.0 and Python 2.7.4. You must install BeautifulSoup before attempting to run the project.
A simple:
sudo apt-get install python-bs4
or
pip install beautifulsoup4
should do the trick to install it.
This is what was on my clipboard:
<iframe src="https://open.spotify.com/embed/user/indiefolkradio/playlist/37vt9W6xt5jsud9iaIMzeh"
width="300" height="380" frameborder="0" allowtransparency="true"></iframe>
The URL you want to use is the source for the iFrame. Use the URL:
https://open.spotify.com/embed/user/indiefolkradio/playlist/37vt9W6xt5jsud9iaIMzeh


