$turlcheck=str_replace('/','_',$set['Directory']);
$turlcheck=str_replace(' ','%20',$turlcheck);
$turlcheck='https://yummygirl.com/trailers/'.$turlcheck.'.mp4';
$texists=trailer_exists($turlcheck);
if (!$set["trailer_url"])
if ($texists) $set["trailer_url"]=$turlcheck;
?>
Ruby 1
Ruby X
01/16/2020
Available to Members Now
Yummywomen Ruby 1
Tags:
$turlcheck=str_replace('/','_',$set['Directory']);
$turlcheck=str_replace(' ','%20',$turlcheck);
$turlcheck='https://yummygirl.com/trailers/'.$turlcheck.'.mp4';
$texists=trailer_exists($turlcheck);
if (!$set["trailer_url"])
if ($texists) $set["trailer_url"]=$turlcheck;
?>