How to access featured image?



 [0] => url
 [1] => width
 [2] => height
 [3] => boolean: true if $url is a resized image, false if it is the original or if no image is available.

In the above example you can get the src and id using:

$image_src  = media_sideload_image($video_thumb_url, $description, 'src');
$image_id   = attachment_url_to_postid($image_src); 
set_post_thumbnail($post_id, $image_id );