updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gmbox / flashplayer_key.patch
blobc5429f37f84a4148d0081cad9670e9af7bb823fb
1 --- gmbox-gtk/libgmbox/core.py 2011-07-17 00:00:05.000000000 +0800
2 +++ gmbox-gtk/libgmbox/core.py.flashplayer_key 2011-10-13 15:47:02.938282039 +0800
3 @@ -99,7 +99,7 @@
5 if not hasattr(self, "songUrl"):
6 template = "http://www.google.cn/music/songstreaming?id=%s&cd&sig=%s&output=xml"
7 - flashplayer_key = "a3230bc2ef1939edabc39ddd03009439"
8 + flashplayer_key = "343aef99312bc33a887761529031cbad"
9 sig = hashlib.md5(flashplayer_key + self.id).hexdigest()
10 url = template % (self.id, sig)