parent
6cf9d17f7b
commit
16b9faca9a
@ -192,27 +192,24 @@
|
||||
<invalidIndicator value="Sorry, we have no"/>
|
||||
<invalidIndicator value="This is an upcoming album and we do not have the"/>
|
||||
</provider>
|
||||
<provider name="tekstowo.pl (Polish translations)" title=" {artist} - {title} - " charset="iso-8859-2" url="http://www.tekstowo.pl/piosenka,{artist},{title}.html">
|
||||
<provider name="tekstowo.pl (Polish translations)" title="{artist} - {title} - tekst" charset="utf-8" url="http://www.tekstowo.pl/piosenka,{artist},{title}.html">
|
||||
<urlFormat replace=" _@,;&\/'"." with="_"/>
|
||||
<extract>
|
||||
<item tag="<div id="tran" style="display:none">"/>
|
||||
<item begin="<div class="song-text">" end="<a href="javascript:;""/>
|
||||
</extract>
|
||||
<extract>
|
||||
<item tag="<div id="tex" style="display:block">"/>
|
||||
<item tag="<div class="tlumaczenie">"/>
|
||||
</extract>
|
||||
<exclude>
|
||||
<item begin="<div style="float:left"" end=">"/>
|
||||
<item begin="<h2>" end="</h2><br />"/>
|
||||
</exclude>
|
||||
</provider>
|
||||
<provider name="teksty.org" title="{Artist} - {Title2} - tekst" charset="UTF-8" url="http://www.teksty.org/{artist},{title},tekst-piosenki">
|
||||
<urlFormat replace=" _@,;&\/"." with="_"/>
|
||||
<urlFormat replace="'" with=""/>
|
||||
<provider name="teksty.org" title="{artist} - {title} - tekst" charset="utf-8" url="http://teksty.org/{artist},{title},tekst-piosenki">
|
||||
<urlFormat replace=" _@,;&\/"'" with="-"/>
|
||||
<urlFormat replace="." with=""/>
|
||||
<extract>
|
||||
<item tag="<span class="text" id='text25534-dta'>"/>
|
||||
<item begin="<div class="songText" id="songContent">" end="</div>"/>
|
||||
</extract>
|
||||
<exclude>
|
||||
<item begin="<div style="float:left"" end=">"/>
|
||||
</exclude>
|
||||
</provider>
|
||||
<provider name="vagalume.com.br" title="{title} de {artist} no VAGALUME" charset="iso-8859-1" url="http://vagalume.com.br/{artist}/{title}.html">
|
||||
<urlFormat replace=" _@,;&\/'"." with="-"/>
|
||||
|
@ -328,22 +328,21 @@ const siteDescriptors = {
|
||||
},
|
||||
"teksty.org": {
|
||||
title: "{artist} - {title} - tekst",
|
||||
charset: "UTF-8",
|
||||
extract: "<span class=\"text\" id='text25534-dta'>",
|
||||
exclude: [['<div style="float:left"','>']],
|
||||
charset: "utf-8",
|
||||
extract: [['<div class="songText" id="songContent">','</div>']],
|
||||
|
||||
url: "http://www.teksty.org/{Artist},{Title2}",
|
||||
url: "http://teksty.org/{artist},{title},tekst-piosenki",
|
||||
urlFormat : [
|
||||
{rep: "_", punct: " _@,;&\\/\"." }, // removed '
|
||||
{rep: "", punct: "'" },
|
||||
{rep: "-", punct: " _@,;&\\/\"'" },
|
||||
{rep: "", punct: "."},
|
||||
]
|
||||
},
|
||||
"tekstowo.pl (Polish translations)": {
|
||||
title: " {artist} - {title} - ",
|
||||
charset: "iso-8859-2",
|
||||
extract: '<div id="tran" style="display:none">', // original
|
||||
extract2: '<div id="tex" style="display:block">', // translated
|
||||
exclude: [['<div style="float:left"','>']],
|
||||
title: "{artist} - {title} - tekst",
|
||||
charset: "utf-8",
|
||||
extract: [['<div class="song-text">','<a href="javascript:;"']], // original
|
||||
extract2: '<div class="tlumaczenie">', // translated
|
||||
exclude: [["<h2>","</h2><br />"]],
|
||||
|
||||
url: "http://www.tekstowo.pl/piosenka,{artist},{title}.html",
|
||||
urlFormat : [
|
||||
|
Loading…
x
Reference in New Issue
Block a user