[vlc-commits] soundcloud.lua: update API magic
Pierre Ynard
git at videolan.org
Fri Jan 10 04:54:12 CET 2020
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Fri Jan 10 04:53:53 2020 +0100| [f97974c2a77e3db044a717c0e4917911edb4e1e3] | committer: Pierre Ynard
soundcloud.lua: update API magic
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f97974c2a77e3db044a717c0e4917911edb4e1e3
---
share/lua/playlist/soundcloud.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/lua/playlist/soundcloud.lua b/share/lua/playlist/soundcloud.lua
index cc9b17c19e..caa417ade2 100644
--- a/share/lua/playlist/soundcloud.lua
+++ b/share/lua/playlist/soundcloud.lua
@@ -81,7 +81,7 @@ function parse()
if stream then
-- API magic
- local client_id = "1XduoqV99lROqCMpijtDo5WnJmpaLuYm"
+ local client_id = "uzhloVwKlWX9bzQ5F1mrqQdjYxKEqDRM"
local api = vlc.stream( stream..( string.match( stream, "?" ) and "&" or "?" ).."client_id="..client_id )
More information about the vlc-commits
mailing list