mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #34] [MERGED] Add lyric_finder lib crate #1528
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1528
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/34
Author: @aome510
Created: 5/8/2022
Status: ✅ Merged
Merged: 5/12/2022
Merged by: @aome510
Base:
master← Head:add-lyric-finder-lib📝 Commits (10+)
2f09a3einitialize the lib5fa731badd examples74a5743update the example usingtokioand simple asyncget_lyricfunction3befa0bimplementsearch_lyric_urlsfunction9afbc66update example105ed53removehtml2textand add a base implementation forparsefunctiondef2db0able to parse lyric text unformatted0151da2cleanupf4f3199add separator betweenshould_parse=truenodesc69ff06addlog, removesepfromparse_dom_nodefunc📊 Changes
5 files changed (+607 additions, -33 deletions)
View changed files
📝
Cargo.lock(+330 -32)📝
Cargo.toml(+1 -1)➕
lyric_finder/Cargo.toml(+25 -0)➕
lyric_finder/examples/lyric-finder.rs(+22 -0)➕
lyric_finder/src/lib.rs(+229 -0)📄 Description
Implemented the
lyric_findercrate that retrieves a song's lyric using https://genius.com and its APIs🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.