aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-01-10 18:58:53 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-01-10 18:58:53 +0000
commita25273d8506af8256bec9d721917b4ad70b9d1e9 (patch)
tree684873c000e1fd424ce133505f4a1dcf9e6b5689 /src/plugins
parent696f21ec5f4d46e5a5927ca2c474b442a391553d (diff)
downloadqmmp-a25273d8506af8256bec9d721917b4ad70b9d1e9.tar.gz
qmmp-a25273d8506af8256bec9d721917b4ad70b9d1e9.tar.bz2
qmmp-a25273d8506af8256bec9d721917b4ad70b9d1e9.zip
lyrics: removed lyrics.wikia.com provider
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9627 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins')
-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"