caseychu / spotify-backup

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

Output single HTML file #51

Open fghibellini opened 1 year ago

fghibellini commented 1 year ago

Hi,

first of all, thanks a lot for the script!

I always liked how some browsers allow you to export your bookmarks as a simple HTML file. I think it would be nice if this script supported the same.

I created a basic proof of concept: diff. It basically just adds a new output format html.

I was wondering if you'd be willing to merge something like this.

I would clean it up and make sure that the output is a single file (css included, JS included and images probably inlined as data uris). I just didn't want to waste more time on it for now unless I know it's something that would end up being used.

Cheers!