My Video Blog Php Wp Plugin?

EliteIM

Junior Member
Joined
Apr 11, 2012
Messages
196
Reaction score
30
i got a null mvb pro plugin, now it dont grab videos from redtube, an it dont catch the thumb from pornhub.. any one have a working one? please share it with me .. im desperate :(

Regards
 
You can try detube wordpress theme.
This have inbuild video grabber plugin see demo here 'aaomile.com/wp'
 
You can try detube wordpress theme.
This have inbuild video grabber plugin see demo here 'aaomile.com/wp'
it can grab videos from porn sites?
 
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
 
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

Most scrapers grab a selector(s) to find the right content to parse so yes, if they changed the css selectors it would break. If you can read the php code on the plugin take a look at the selectors and compare them to the redtube page. You might be able to change the selectors in the php code in a couple of minutes and be right back up and running.
 
Hi,

since today here is an alternative to MVB for fetch Videos from the Sources Tube8, xHamster, Youporn, Redtube and Youjizz at time (more are planned in next few days). More Information can be found by google with key "wp porntube" (i cannot add a link here at time ;)).
 
i also had same problem then i move to wp-tube-plugin and it is working fine for me all 25 feeds working fine for me from 6 months.
 
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

archive mvb_getvideos.php
line 235
$grab_infos = $html->find('img[class=t]'); change to
$grab_infos = $html->find('img[class=te]');
 
HI!

Problem is xvideos :(

PHP:
$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');


No videos added.
Maybe you already have all the videos from this source. Wait for the source to be updated.


match and does not work...
Please help?
 
Back
Top