dedbug
This commit is contained in:
@@ -149,7 +149,7 @@ class BaiduPushVideoUrlLogic
|
||||
]);
|
||||
|
||||
$result = curl_exec($ch);
|
||||
var_dump($result);
|
||||
|
||||
if ($result === false) {
|
||||
curl_close($ch);
|
||||
return;
|
||||
|
||||
@@ -602,7 +602,7 @@ EOF;
|
||||
foreach ($this->fetchVideosByBatch($intStart, $this->intPageSize) as $Video) {
|
||||
$arrArgs = [
|
||||
'intVId' => $Video->v_id,
|
||||
'strPinYin' => $Video->v_name_en,
|
||||
'strPinyin' => $Video->v_name_en,
|
||||
];
|
||||
if ($arrUrlFamily && !empty($arrUrlFamily)) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user