video tag

This commit is contained in:
Default
2025-04-28 18:36:49 +08:00
parent 2958d293d1
commit e452b5ff8b
11 changed files with 352 additions and 263 deletions

View File

@@ -83,6 +83,9 @@ class VideoInfoPage extends BasePage
'url' => $arrVal[1] ?? $arrVal[0],
];
}
$arrVideo['vod_class'] = trim($arrVideo['vod_class']);
$arrVideo['vod_play_url'][$this->getsite()->getSiteCode()] = $arrPlayUrl;
$arrVideo['vod_actor'] = explode(',', $arrVideo['vod_actor']);
$arrVideo['vod_director'] = explode(',', $arrVideo['vod_director']);