09/08/26 21:02:23 2aX45gAR
>>265
別ソースのファイルが生きているか確認するといいかも
////別ソース対応
if(urlinfo.url.match(/&sid=/)){
var http2 = download(urlinfo.url);
if(http2.data.match(/var movie_url = \'(.*?)\'/)){
var tmp2 = decodeURIComponent(RegExp.$1);
common_load('test2_download');
var http3 = test2_download(tmp2);
println('test2_download = ' + http3.responseHeader.code);
if(http3.responseHeader.code == 200){
tmp1 = tmp2;
println('別ソース');
}
}
}