aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General')
-rw-r--r--src/plugins/General/lyrics/providers/ultimate_providers.xml11
-rw-r--r--src/plugins/General/lyrics/ultimatelyricsparser.cpp1
2 files changed, 0 insertions, 12 deletions
diff --git a/src/plugins/General/lyrics/providers/ultimate_providers.xml b/src/plugins/General/lyrics/providers/ultimate_providers.xml
index 086e75f8b..8f540cb87 100644
--- a/src/plugins/General/lyrics/providers/ultimate_providers.xml
+++ b/src/plugins/General/lyrics/providers/ultimate_providers.xml
@@ -135,17 +135,6 @@
<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="https://lyrics.wikia.com/{Artist}:{Title}">
- <urlFormat replace=" _@;\&quot;" with="_"/>
- <urlFormat replace="?" with="%3F"/>
- <extract>
- <item begin="&lt;div class='lyricbox'&gt;" end="&lt;div class='lyricsbreak'"/>
- </extract>
- <exclude>
- <item tag="&lt;div class='rtMatcher'&gt;"/>
- <item tag="&lt;span style=&quot;padding:1em&quot;&gt;"/>
- </exclude>
- </provider>
<provider name="lyricsbay.com" title="{title} lyrics {artist}" charset="iso-8859-1" url="http://www.lyricsbay.com/{title}_lyrics-{artist}.html">
<urlFormat replace=" _@,;&amp;\/'&quot;" with="_"/>
<urlFormat replace="." with=""/>
diff --git a/src/plugins/General/lyrics/ultimatelyricsparser.cpp b/src/plugins/General/lyrics/ultimatelyricsparser.cpp
index 3fa2515c0..967bead84 100644
--- a/src/plugins/General/lyrics/ultimatelyricsparser.cpp
+++ b/src/plugins/General/lyrics/ultimatelyricsparser.cpp
@@ -143,7 +143,6 @@ LyricsProvider *UltimateLyricsParser::provider(const QString &name) const
const QStringList &UltimateLyricsParser::defaultProviders()
{
static const QStringList out = {
- "lyrics.wikia.com",
"Encyclopaedia Metallum",
"letras.mus.br",
"darklyrics.com"