Skip to content

Instantly share code, notes, and snippets.

View manojitballav's full-sized avatar
🧠
Solving issues at Xiaomi

Mono manojitballav

🧠
Solving issues at Xiaomi
View GitHub Profile
<?php
declare(strict_types = 1);
// hhb_.inc.php from https://github.com/divinity76/hhb_.inc.php/blob/master/hhb_.inc.php
require_once ('hhb_.inc.php');
$url = 'https://www.amazon.com/LELO-Smart-Wand-Large-Plum/dp/B008F8J3I4';
$hc = new hhb_curl ( $url, true );
$hc->setopt_array ( array (
CURLOPT_TIMEOUT => 20
) );
$hc->exec ();