[vlc-commits] soundcloud.lua: update API magic

Pierre Ynard git at videolan.org
Fri Dec 2 11:30:51 CET 2016


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Fri Dec  2 11:30:14 2016 +0100| [f7686767fc7f135d45e294e7ff2409d65240145a] | committer: Pierre Ynard

soundcloud.lua: update API magic

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f7686767fc7f135d45e294e7ff2409d65240145a
---

 share/lua/playlist/soundcloud.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/lua/playlist/soundcloud.lua b/share/lua/playlist/soundcloud.lua
index fbf8faf2..d22c45b 100644
--- a/share/lua/playlist/soundcloud.lua
+++ b/share/lua/playlist/soundcloud.lua
@@ -83,10 +83,10 @@ function parse()
 
     if track then
         -- API magic
-        local client_id = "02gUJC0hH2ct1EGOcYXQIzRFU91c72Ea"
+        local client_id = "fDoItMDbsbZz8dY16ZzARCZmzgHBPotA"
         -- app_version is not required by the API but we send it anyway
         -- to remain unconspicuous
-        local app_version = "a089efd"
+        local app_version = "1480607078"
 
         local api = vlc.stream( vlc.access.."://api.soundcloud.com/i1/tracks/"..track.."/streams?client_id="..client_id.."&app_version="..app_version..( secret and "&secret_token="..secret or "" ) )
 



More information about the vlc-commits mailing list