[rhythmbox] lyrics: disable astraweb parser as its servers aren't talking
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] lyrics: disable astraweb parser as its servers aren't talking
- Date: Sun, 14 Oct 2012 06:54:48 +0000 (UTC)
commit 4865e3468d268cb353c052ef36ed961a00673499
Author: Jonathan Matthew <jonathan d14n org>
Date: Sun Oct 14 16:53:47 2012 +1000
lyrics: disable astraweb parser as its servers aren't talking
https://bugzilla.gnome.org/show_bug.cgi?id=685893
plugins/lyrics/LyricsSites.py | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/plugins/lyrics/LyricsSites.py b/plugins/lyrics/LyricsSites.py
index 2a545e1..2edafe6 100644
--- a/plugins/lyrics/LyricsSites.py
+++ b/plugins/lyrics/LyricsSites.py
@@ -25,7 +25,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-from AstrawebParser import AstrawebParser
+#from AstrawebParser import AstrawebParser
from WinampcnParser import WinampcnParser
from TerraParser import TerraParser
from DarkLyricsParser import DarkLyricsParser
@@ -36,10 +36,9 @@ import gettext
gettext.install('rhythmbox', RB.locale_dir())
lyrics_sites = [
- { 'id': 'astraweb.com', 'class': AstrawebParser, 'name': _("Astraweb (www.astraweb.com)") },
+ #{ 'id': 'astraweb.com', 'class': AstrawebParser, 'name': _("Astraweb (www.astraweb.com)") },
{ 'id': 'winampcn.com', 'class': WinampcnParser, 'name': _("WinampCN (www.winampcn.com)") },
{ 'id': 'terra.com.br', 'class': TerraParser, 'name': _("TerraBrasil (terra.com.br)") },
{ 'id': 'darklyrics.com', 'class': DarkLyricsParser, 'name': _("Dark Lyrics (darklyrics.com)") }
-
]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]