Update AZLyrics parsing rule
This commit is contained in:
parent
ccfce616b8
commit
7e9f9802b0
@ -3,13 +3,14 @@
|
|||||||
<provider name="azlyrics.com" title="{artist} LYRICS - {title}" charset="utf-8" url="http://www.azlyrics.com/lyrics/{artist}/{title}.html">
|
<provider name="azlyrics.com" title="{artist} LYRICS - {title}" charset="utf-8" url="http://www.azlyrics.com/lyrics/{artist}/{title}.html">
|
||||||
<urlFormat replace=" ._@,;&\/()'"-" with=""/>
|
<urlFormat replace=" ._@,;&\/()'"-" with=""/>
|
||||||
<extract>
|
<extract>
|
||||||
<item begin="<!-- start of lyrics -->" end="<!-- end of lyrics -->"/>
|
<item begin="<!-- Usage of azlyrics.com content by any third-party lyrics provider is prohibited by our licensing agreement. Sorry about that. -->" end="</div>"/>
|
||||||
</extract>
|
</extract>
|
||||||
<exclude>
|
<exclude>
|
||||||
<item tag="<B>"/>
|
<item tag="<B>"/>
|
||||||
<item begin="<i>[" end="]</i>"/>
|
<item begin="<i>[" end="]</i>"/>
|
||||||
<item begin="[" end="]"/>
|
<item begin="[" end="]"/>
|
||||||
</exclude>
|
</exclude>
|
||||||
|
<invalidIndicator value="<h1>Welcome to AZLyrics!</h1>"/>
|
||||||
</provider>
|
</provider>
|
||||||
<provider name="bollywoodlyrics.com (Bollywood songs)" title="{title} Song Lyrics - BollywoodLyrics.com" charset="utf-8" url="http://www.bollywoodlyrics.com/lyric/{Title}">
|
<provider name="bollywoodlyrics.com (Bollywood songs)" title="{title} Song Lyrics - BollywoodLyrics.com" charset="utf-8" url="http://www.bollywoodlyrics.com/lyric/{Title}">
|
||||||
<urlFormat replace=" _@;\/"'()[]" with="-"/>
|
<urlFormat replace=" _@;\/"'()[]" with="-"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user