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

Pierre Ynard git at videolan.org
Fri Jan 10 05:01:34 CET 2020


vlc/vlc-3.0 | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Fri Jan 10 04:53:53 2020 +0100| [21c2a25173083474a02b41a5bad227d3d5389b70] | committer: Pierre Ynard

soundcloud.lua: update API magic

(cherry picked from commit f97974c2a77e3db044a717c0e4917911edb4e1e3)
Signed-off-by: Pierre Ynard <linkfanel at yahoo.fr>

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

 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