skuill / skuill/LyricsScraperNET
Add Lyrics.com provider
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 9
- Forks
- 3
- Avg merge
- 2h 7m
- Merged PRs (30d)
- 1
Description
Site: https://www.lyrics.com/
Example:
https://www.lyrics.com/lyric/28902935/Parkway+Drive/Dark+Days
Note: The only problem with the implementation is that there is some unique identifier in the URL, which must be taken from somewhere in order to correctly compose the request URL.
The correct URI for the song lyrics can be found on the artist's page. (the similar logic was used in the https://github.com/skuill/LyricsScraperNET/issues/38):
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the existing lyrics provider implementations and the URI lookup behavior described in the linked LyricsScraperNET issue #38. Trace how an artist page is used to locate the song's canonical Lyrics.com URI, then verify that the provider retrieves lyrics for the supplied example URL.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100