video url shorten : ps
This commit is contained in:
parent
bee69d1547
commit
cd944c7d8f
@ -33,7 +33,7 @@ class video_grabber_helper
|
|||||||
$video_name = $value['composition_id'].'.mp4';
|
$video_name = $value['composition_id'].'.mp4';
|
||||||
if($value['is_uploaded']){$video_name = $value['composition_id'];}
|
if($value['is_uploaded']){$video_name = $value['composition_id'];}
|
||||||
$file_name = $video_name;
|
$file_name = $video_name;
|
||||||
$shorten_url = (!empty($uri['vdo']) && ($uri[$key]['video_name'] = $value['composition_id'])) ? $uri['vdo'][$key]['url'] : "";
|
$shorten_url = (!empty($uri['vdo']) && ($uri[$key]['video_name'] = $value['composition_id'])) ? PDF_ATTACHEMENT_URL.$uri['vdo'][$key]['url'] : "";
|
||||||
if($value['s3_copied'])
|
if($value['s3_copied'])
|
||||||
{
|
{
|
||||||
$final_key = 'pd'.$pd_master_details[0]['pd_id'].'/video/'.$file_name;
|
$final_key = 'pd'.$pd_master_details[0]['pd_id'].'/video/'.$file_name;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user