The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
Hello,
Xhamster updated their layout, so the graber isn't working anymore.
What code should i change?
Thank you.
Offline
Hello,
Xhamster updated their layout, so the graber isn't working anymore.
What code should i change?
Thank you.
Hey
if you get title error like i get
replace get_title() function with this code
private function get_title()
{
preg_match('/title" itemprop="name">(.*?)<\/h1>/', $this->html, $match);
if (isset($match['1']) && $match['1']) {
return e(strip_tags(str_replace(' - xHamster.com', '', $match['1'])));
}
$this->error = $this->errors['title_error'];
}
Offline
It works, thank you.
Offline
They updated their site again. It can't find the video path.
For example: https://xhamster.com/videos/lez-gals-ma … ut-7718155
Thank you.
Offline
Email me and i will send you updated graber!
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1