Fix sites.js formatting, ultimate_providers.xml update
This commit is contained in:
parent
18e6f85a20
commit
3ab81e9bec
@ -59,6 +59,13 @@
|
|||||||
</extract>
|
</extract>
|
||||||
<invalidIndicator value="Verifique se o nome do seu arquivo e sua"/>
|
<invalidIndicator value="Verifique se o nome do seu arquivo e sua"/>
|
||||||
</provider>
|
</provider>
|
||||||
|
<provider name="lololyrics.com" title="" charset="utf-8" url="http://api.lololyrics.com/0.5/getLyric?artist={artist}&track={title}">
|
||||||
|
<urlFormat replace="_@,;&\/"#" with="_"/>
|
||||||
|
<extract>
|
||||||
|
<item tag="<response>"/>
|
||||||
|
</extract>
|
||||||
|
<invalidIndicator value="ERROR"/>
|
||||||
|
</provider>
|
||||||
<provider name="loudson.gs" title="" charset="utf-8" url="http://www.loudson.gs/{a}/{artist}/{album}/{title}">
|
<provider name="loudson.gs" title="" charset="utf-8" url="http://www.loudson.gs/{a}/{artist}/{album}/{title}">
|
||||||
<urlFormat replace=" _@,;&\/"" with="-"/>
|
<urlFormat replace=" _@,;&\/"" with="-"/>
|
||||||
<urlFormat replace="." with=""/>
|
<urlFormat replace="." with=""/>
|
||||||
|
@ -376,25 +376,25 @@ const siteDescriptors = {
|
|||||||
charset: "utf-8",
|
charset: "utf-8",
|
||||||
extract: [['</a>?','<div']]
|
extract: [['</a>?','<div']]
|
||||||
},
|
},
|
||||||
"letras.mus.br": {
|
"letras.mus.br": {
|
||||||
charset: "iso-8859-1",
|
charset: "iso-8859-1",
|
||||||
url: "http://letras.terra.com.br/winamp.php?musica={title}&artista={artist}",
|
url: "http://letras.terra.com.br/winamp.php?musica={title}&artista={artist}",
|
||||||
urlFormat : [
|
urlFormat : [
|
||||||
{rep: "_", punct: "_@,;&\\/\"" },
|
{rep: "_", punct: "_@,;&\\/\"" },
|
||||||
{rep: "+", punct: " " },
|
{rep: "+", punct: " " },
|
||||||
],
|
],
|
||||||
extract: [["</div>","</div>"]],
|
extract: [["</div>","</div>"]],
|
||||||
invalidIndicator: "Verifique se o nome do seu arquivo e sua",
|
invalidIndicator: "Verifique se o nome do seu arquivo e sua",
|
||||||
},
|
},
|
||||||
"lololyrics.com": {
|
"lololyrics.com": {
|
||||||
charset: "utf-8",
|
charset: "utf-8",
|
||||||
url: "http://api.lololyrics.com/0.5/getLyric?artist={artist}&track={title}",
|
url: "http://api.lololyrics.com/0.5/getLyric?artist={artist}&track={title}",
|
||||||
urlFormat : [
|
urlFormat : [
|
||||||
{rep: "_", punct: "_@,;&\\/\"#" },
|
{rep: "_", punct: "_@,;&\\/\"#" },
|
||||||
],
|
],
|
||||||
extract: '<response>',
|
extract: '<response>',
|
||||||
invalidIndicator: "ERROR",
|
invalidIndicator: "ERROR",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
// --------------------------------------------------------------------------------------------------------------------------------
|
// --------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user