serpapi / public-roadmap

Public Roadmap for SerpApi, LLC (https://serpapi.com)
50 stars 4 forks source link

[Google Search API] Misparsed lyrics results in `answer_box` #1761

Closed ocvit closed 1 month ago

ocvit commented 2 months ago

artist and released fields in answer_box have incorrect values:

"answer_box": {
  ...
  "artist": "Song by Party in Backyard and PewDiePie", # expected "Party in Backyard, PewDiePie"
  "album": "Party in Backyard, PewDiePie",             # expected "Bitch Lasagna"
  "released": "Bitch Lasagna",                         # expected "2018", incorrect xray to album string
  "source": "LyricFind"
}
Screenshot 2024-07-10 at 14 56 17

Playground | Inspect

ocvit commented 1 month ago

Fix has been released.

Lyrics parsing works correctly now. Also added support for couple of new layouts.

Screenshot 2024-07-26 at 18 01 59