mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-31 20:07:25 +01:00
Update lyrics.com lyrics provider
* Fix "not found" detection. * Also exclude footer.
This commit is contained in:
parent
6c159481ed
commit
a82cc2f8a6
@ -127,6 +127,10 @@
|
|||||||
<extract>
|
<extract>
|
||||||
<item tag="<div id="lyrics" class="SCREENONLY">"/>
|
<item tag="<div id="lyrics" class="SCREENONLY">"/>
|
||||||
</extract>
|
</extract>
|
||||||
|
<exclude>
|
||||||
|
<item begin="<br><br><a target='_blank'" end="></a>"/>
|
||||||
|
</exclude>
|
||||||
|
<invalidIndicator value="Click to search for the Lyrics on Lyrics.com"/>
|
||||||
<invalidIndicator value="we do not have the lyric for this song"/>
|
<invalidIndicator value="we do not have the lyric for this song"/>
|
||||||
</provider>
|
</provider>
|
||||||
<provider name="lyrics.wikia.com" title="{artist}:{title} Lyrics - " charset="utf-8" url="http://lyrics.wikia.com/{Artist}:{Title}">
|
<provider name="lyrics.wikia.com" title="{artist}:{title} Lyrics - " charset="utf-8" url="http://lyrics.wikia.com/{Artist}:{Title}">
|
||||||
|
Loading…
Reference in New Issue
Block a user