mikez / spotify-folders

Get your Spotify folder hierarchy with playlists into JSON.
MIT License
58 stars 6 forks source link

Better regex for URI matching #4

Closed inferrinizzard closed 3 years ago

inferrinizzard commented 3 years ago

Cleaner regex with lookahead clause

mikez commented 3 years ago

@inferrinizzard Wonderful, way cleaner! I like it. :-)

One small remaining thing to fix (see line comment) otherwise looks good to me.