This is my super hacky script to make it easy to export your playlist to a spreadsheet.
Instructions:
- Open up your Chrome Developer Console (windows:
ctrl + shift + j
, OSX:cmd + option + j
). - Open up your desired playlist and scroll all the way down in it so that the list fully loads in your browser. Make sure you scroll all the way to the bottom or it'll probably miss some.
- Paste the code in
scraper.js
into the Console tab of the Developer Console and hit ENTER.