XVideos XML + CyberSEO + AdultSiteSkins:
1) Syndicate the feed.
2) Find the "Post thumbnail" option and select "Generate from the "thumb" custom field".
3) Put this code into the "PHP code <?php .. ?>" box:
PHP Code:
$post['guid'] = 'http://www.xvideos.com/' . $post['guid'];
if (!cseo_post_exists($post)) {
$embed = '<iframe src="http://flashservice.xvideos.com/embedframe/[ID]" frameborder=0 width=750 height=564 scrolling=no></iframe>';
preg_match("/Duration : (.*?)<br>.*?xvideos\.com\/video(.*?)\/.*?img src=.*?img src='(.*?)'/", html_entity_decode($post['post_excerpt'], ENT_QUOTES), $matches);
$post['custom_fields']['duration'] = $matches[1];
$post['post_excerpt'] = trim($post['post_title']) . '.';
$post['post_content'] = str_replace('[ID]', $matches[2], $embed) . '<p>' . $post['post_excerpt'] . '</p>';
$post['custom_fields']['thumb'] = $matches[3];
} else {
$post = false;
}
4) Save the settings and pull the feed.