From 3b1de77859dbfd2707a5c58785569a3cebbceb95 Mon Sep 17 00:00:00 2001 From: pavelkomarov Date: Thu, 5 Sep 2024 09:36:49 -0700 Subject: [PATCH] updated screenshot link so it forwards to the web app --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 814949c..97270dc 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Export your Spotify playlists for analysis or just safekeeping: [exportify.net](https://exportify.net) - + This is a hard fork of [the original Exportify repo](https://github.com/watsonbox/exportify). I simplified and updated the code, instituted rate limiting (because back when I forked, the original didn't work for large playlists or for all playlists at once), got rid of tests I deemed unnecessary, fixed a parsing bug when album or artist(s) names contain commas, enhanced the set of features, added logout functionality, set up automatic deployment to github pages, provided an interactive python notebook to do something interesting with the data, fixed null object bugs in the event of missing data, made the table sortable, modified to display all playlists at once (rather than pagination), treated the special case of liked tracks, and added playlist images.