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

Pierre Ynard git at videolan.org
Tue Sep 12 23:21:07 CEST 2017


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Tue Sep 12 23:20:54 2017 +0200| [d1270af295be9091ae24cb296ca3ede74ef9adb4] | committer: Pierre Ynard

soundcloud.lua: update API magic

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

 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 2e8d54224f..ee210c686d 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 = "2t9loNQH90kzJcsFCODdigxfp325aq4z"
+        local client_id = "WKcQQdEZw7Oi01KqtHWxeVSxNyRzgT8M"
         -- app_version is not required by the API but we send it anyway
         -- to remain unconspicuous
-        local app_version = "1489155300"
+        local app_version = "1505226596"
 
         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