[vlc-commits] soundcloud.lua: update API magic
Pierre Ynard
git at videolan.org
Tue Mar 26 21:54:33 CET 2019
vlc/vlc-3.0 | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Tue Mar 26 21:47:27 2019 +0100| [0a447c18c0c1ff2bf011ce96ce1d886472e2c080] | committer: Pierre Ynard
soundcloud.lua: update API magic
(cherry picked from commit 187c2c70bd7e82ec8e743b9b2282cf8297653864)
Signed-off-by: Pierre Ynard <linkfanel at yahoo.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=0a447c18c0c1ff2bf011ce96ce1d886472e2c080
---
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 ee210c686d..f20c80dd89 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 = "WKcQQdEZw7Oi01KqtHWxeVSxNyRzgT8M"
+ local client_id = "NxDq1GKZ5tLDRohQGfJ7lYVKiephsF3G"
-- app_version is not required by the API but we send it anyway
-- to remain unconspicuous
- local app_version = "1505226596"
+ local app_version = "1553518929"
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