diff options
Diffstat (limited to 'src/plugins/General/lyrics/providers')
| -rw-r--r-- | src/plugins/General/lyrics/providers/ultimate_providers.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/plugins/General/lyrics/providers/ultimate_providers.xml b/src/plugins/General/lyrics/providers/ultimate_providers.xml index 98a043695..086e75f8b 100644 --- a/src/plugins/General/lyrics/providers/ultimate_providers.xml +++ b/src/plugins/General/lyrics/providers/ultimate_providers.xml @@ -92,10 +92,12 @@ <urlFormat replace=" _@;\/"'()[]" with="%20"/> <urlFormat replace="?" with=""/> <extract> - <item begin="<div class=nm>Movie</div>:" end="</pre>"/> + <item begin="<pre><font face="verdana">" end="</font>"/> </extract> <exclude> <item begin="<span class=" end="">"/> + <item tag="<script>" /> + <item tag="<script>" /> </exclude> <invalidIndicator value="Couldn't find that page."/> </provider> @@ -133,7 +135,7 @@ <invalidIndicator value="Click to search for the Lyrics on Lyrics.com"/> <invalidIndicator value="we do not have the lyric for this song"/> </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="https://lyrics.wikia.com/{Artist}:{Title}"> <urlFormat replace=" _@;\"" with="_"/> <urlFormat replace="?" with="%3F"/> <extract> @@ -295,7 +297,7 @@ <urlFormat replace=" _@,;&\/"'" with="-"/> <urlFormat replace="." with=""/> <extract> - <item begin="<div class="songText" id="songContent">" end="</div>"/> + <item begin="<div class="tabCont originalText songTextDisplay" id="tab-top-25534-1">" end="</div>"/> </extract> </provider> <provider name="vagalume.com.br" title="{title} de {artist} no VAGALUME" charset="iso-8859-1" url="http://vagalume.com.br/{artist}/{title}.html"> |
