mantou132 / Spotify-Lyrics

🎉 Desktop Spotify Web Player Instant Synchronised Lyrics
https://microsoftedge.microsoft.com/addons/detail/spotify-lyrics/aiehldpoaeaidnljjimhbojpblkbembm
843 stars 53 forks source link

Accidentally cut the song name when searching for a song #50

Closed mantou132 closed 3 years ago

mantou132 commented 3 years ago
const removeSongFeat = (s: string) => {
  return s.replace(/\(?(feat|with)\.?\s.*\)?$/i, '').trim();
};

In order to improve the fault tolerance rate of song search, cooperative singers will be removed before searching, but some song names will be removed as cooperative singers, such as: "Boy With Luv (Feat. Halsey)", "with you"

mantou132 commented 3 years ago

https://music.163.com/#/search/m/?s=Intentions%20(feat.%20Quavo)&type=1

https://music.163.com/#/search/m/?s=Intentions%20&type=1