diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-01-10 18:58:53 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-01-10 18:58:53 +0000 |
| commit | a25273d8506af8256bec9d721917b4ad70b9d1e9 (patch) | |
| tree | 684873c000e1fd424ce133505f4a1dcf9e6b5689 /src/plugins/General | |
| parent | 696f21ec5f4d46e5a5927ca2c474b442a391553d (diff) | |
| download | qmmp-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/General')
| -rw-r--r-- | src/plugins/General/lyrics/providers/ultimate_providers.xml | 11 | ||||
| -rw-r--r-- | src/plugins/General/lyrics/ultimatelyricsparser.cpp | 1 |
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=" _@;\"" with="_"/> - <urlFormat replace="?" with="%3F"/> - <extract> - <item begin="<div class='lyricbox'>" end="<div class='lyricsbreak'"/> - </extract> - <exclude> - <item tag="<div class='rtMatcher'>"/> - <item tag="<span style="padding:1em">"/> - </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=" _@,;&\/'"" 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" |
