Skip to content

Commit

Permalink
Fix genius
Browse files Browse the repository at this point in the history
Signed-off-by: Presti <[email protected]>
  • Loading branch information
DxsSucuk authored Oct 31, 2024
1 parent c87cb60 commit 320ded4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ lyrics
parse
{
title = "h1[class*=__Title] > span"
author = "a[class*=__Artist]"
author = "div[class*=__Artist] > div > a"
content = "div[class^=Lyrics__Container]"
}
}
Expand Down

0 comments on commit 320ded4

Please sign in to comment.