通过PHP获取Ajax的Ajax

时间:2015-11-18 20:59:44

标签: javascript php jquery ajax curl

http://xemtv.tv/live/itv?ajax=1&t=B616346DA110F6B7FCF2C1F17D8C9004F8414A604869CE9FC226C62C626A29AC&server=1

我想通过php获取内容这个链接,我使用过cUrl,file_get_contents无效。错误:



{
error: true,
data: "token"
}




我想得到:



{
type: "iframe",
url: "http://xemtv.tv/iframe/player?stream=aHR0cDovL3hlbXR2LnR2L3JlYWRlci9mcHQvaXR2L3R0eTR5YmpZOXZIb2RDcjFYODd3OSt2aXdGZjdrMDdfT2cvcGxheWxpc3QubTN1OA==&type=hls&player=yeah1",
width: 720,
height: 400,
attrs: [ ]
}




想要获取之前加载链接的内容,我会不断获得此链接内容。

0 个答案:

没有答案