mirror of
https://github.com/SqrtMinusOne/lyrics-fetcher.el.git
synced 2025-12-10 17:03:03 +03:00
lyrics-fetcher: fix genius.com
This commit is contained in:
parent
bcde34a7ae
commit
2686f97830
1 changed files with 2 additions and 1 deletions
|
|
@ -240,7 +240,8 @@ If SYNC is non-nil, the request will be performed synchronously."
|
||||||
;; responses to different people based on
|
;; responses to different people based on
|
||||||
;; cookies.
|
;; cookies.
|
||||||
(lyrics-divs (or (dom-by-class html (rx bos "lyrics" eos))
|
(lyrics-divs (or (dom-by-class html (rx bos "lyrics" eos))
|
||||||
(dom-by-class html (rx bos "Lyrics__Container" (* nonl))))))
|
(dom-by-class html (rx bos "Lyrics__Container" (* nonl)))
|
||||||
|
(dom-by-class html (rx bos "Lyrics-sc" (* nonl))) )))
|
||||||
(funcall callback
|
(funcall callback
|
||||||
(mapconcat
|
(mapconcat
|
||||||
(lambda (lyrics-div)
|
(lambda (lyrics-div)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue