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

Pierre Ynard git at videolan.org
Sat Mar 11 18:50:18 CET 2017


vlc/vlc-2.2 | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Sat Mar 11 18:37:29 2017 +0100| [80902105a8711293eb8945e51b02e9f8fbe0852b] | committer: Pierre Ynard

soundcloud.lua: update API magic

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

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

 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 3ad75670..8b5f65f 100644
--- a/share/lua/playlist/soundcloud.lua
+++ b/share/lua/playlist/soundcloud.lua
@@ -46,10 +46,10 @@ function parse()
             local track = string.match( line, "soundcloud:tracks:(%d+)" )
             if track then
                 -- API magic
-                local client_id = "fDoItMDbsbZz8dY16ZzARCZmzgHBPotA"
+                local client_id = "2t9loNQH90kzJcsFCODdigxfp325aq4z"
                 -- app_version is not required by the API but we send it
                 -- anyway to remain unconspicuous
-                local app_version = "1480607078"
+                local app_version = "1489155300"
 
                 local api = vlc.stream( "https://api.soundcloud.com/i1/tracks/"..track.."/streams?client_id="..client_id.."&app_version="..app_version )
                 if not api then



More information about the vlc-commits mailing list