Closed lbesnard closed 3 years ago
Some spotify pl are failing with redlist, such as
redlist -y https://open.spotify.com/playlist/37i9dQZF1DX82GYcclJ3Ug redlist -y https://open.spotify.com/playlist/37i9dQZF1DX186v583rmzp
I put a quick fix which seems to work for me https://github.com/Laharah/redlist/blob/master/redlist/matching.py#L92
if track['track']: kwargs['artist'] = track['artists'][0]['name'] else: return #cls(**kwargs)
Thanks for the report, I've implemented a fix in the new release.
Some spotify pl are failing with redlist, such as
I put a quick fix which seems to work for me https://github.com/Laharah/redlist/blob/master/redlist/matching.py#L92