or download this
my $image_name = "heybuddy.jpg";
my $image_full = "/home/temp/$image_name"; #image full path to the tem
+p file
my $status = getstore($video_src, $image_full); #uses getstore to retr
+ieve image and to be stored in the temp path.
die "Error $status on $video_src" unless is_success($status);