remove lyrics header patch from upstream repo

https://github.com/rramiachraf/dumb/pull/90

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-04-09 19:26:23 +03:00
parent 2a10f8bc2f
commit 1c8cd6ed32
2 changed files with 9 additions and 0 deletions

View File

@ -58,6 +58,8 @@ type customPerformance struct {
func (s *Song) parseLyrics(doc *goquery.Document) error {
var htmlError error
doc.Find("[class^=LyricsHeader]").Remove()
doc.Find("[data-lyrics-container='true']").Each(func(i int, ss *goquery.Selection) {
h, err := ss.Html()
if err != nil {