it can grab videos from porn sites?You can try detube wordpress theme.
This have inbuild video grabber plugin see demo here 'aaomile.com/wp'
LMAO
![]()
![]()
Hey, i have the same problem with redtube, it doesn't pull new videos, it only says there are no new videos but that's not true. I heard it has something to do with that redtube has changed something in the css-selectors. Who can help? Btw youtube videos are pulled without a problem
edit: -
Hey, i have the same problem with redtube, it doesn't pull new videos, it only says there are no new videos but that's not true. I heard it has something to do with that redtube has changed something in the css-selectors. Who can help? Btw youtube videos are pulled without a problem
$html= str_get_html($curlresult);
$grab_urls = $html->find('div[class=thumb]');
$grab_next = $html->find('a[class=sel]', 1)->href;
$grab_vidtime = $html->find('strong');