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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user