samapriya / spotifind

Combined Spotify and Tunefind simple command line tool
https://pypi.org/project/spotifind/
Apache License 2.0
8 stars 1 forks source link

No songs being found #4

Open Midgetlegs opened 1 year ago

Midgetlegs commented 1 year ago

I suspect this has broken with the current version of TuneFind. It will always say 'All songs exist in playlist' when the playlist is empty.

CennoxX commented 1 year ago

The site now only works with JavaScript and the links to seasons and episodes are not in the html anymore. Seems like beautiful soup won't work for that. So the tuneparse()-function of this addon would need to be rewritten with a JavaScript parser.