Skip to content
This repository was archived by the owner on Nov 26, 2020. It is now read-only.

Commit 076c1fb

Browse files
committed
Update getVideo.php
1 parent e6859e6 commit 076c1fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

getVideo.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ function debug($url){
88
print_r($result);
99
}
1010

11-
include_once "../xhprof/xhprof_lib/utils/xhprof_lib.php";
12-
include_once "../xhprof/xhprof_lib/utils/xhprof_runs.php";
11+
//include_once "../xhprof/xhprof_lib/utils/xhprof_lib.php";
12+
//include_once "../xhprof/xhprof_lib/utils/xhprof_runs.php";
1313

1414

1515
// start profiling
@@ -19,7 +19,7 @@ function debug($url){
1919
//$url = "http://v.qq.com/cover/y/ypq1qwp0ktzusj9/h00132shwru.html";
2020
// $url = "http://v.youku.com/v_show/id_XNzM0MzEyNDY0.html";
2121
$url = "http://www.iqiyi.com/v_19rrnbyreg.html";
22-
//$url = $_GET['url'];>
22+
//$url = $_GET['url'];
2323
debug($url);
2424

2525
/*
@@ -42,4 +42,4 @@ function debug($url){
4242
4343
4444
//print_r(get_headers("http://data.vod.itc.cn/preview?file=/233/52/28FAAL9Tq9UX9kOatm6bj7.mp4&start=28"));
45-
*/
45+
*/

0 commit comments

Comments
 (0)