skuill / skuill/LyricsScraperNET

Add Lyrics.com provider

Open
#25 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue
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):

Image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.