python Token
Posted: Mon May 18, 2015 4:06 am
Hi is it possible to get a video website token with python?
$.getJSON("//www.video.com", function(json){
token= json.token;
setStream(token);
$.getJSON("//www.video.com", function(json){
token= json.token;
setStream(token);