mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2024-11-08 17:43:07 -05:00
lol forgot that
This commit is contained in:
parent
cd98d1c69f
commit
9fcbeb052b
1 changed files with 3 additions and 3 deletions
|
@ -280,11 +280,11 @@ class brave{
|
||||||
$q["spellcheck"] = "0";
|
$q["spellcheck"] = "0";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
$handle = fopen("scraper/brave.html", "r");
|
$handle = fopen("scraper/brave.html", "r");
|
||||||
$html = fread($handle, filesize("scraper/brave.html"));
|
$html = fread($handle, filesize("scraper/brave.html"));
|
||||||
fclose($handle);
|
fclose($handle);
|
||||||
/*
|
*/
|
||||||
try{
|
try{
|
||||||
$html =
|
$html =
|
||||||
$this->get(
|
$this->get(
|
||||||
|
@ -298,7 +298,7 @@ class brave{
|
||||||
|
|
||||||
throw new Exception("Could not fetch search page");
|
throw new Exception("Could not fetch search page");
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
$out = [
|
$out = [
|
||||||
"status" => "ok",
|
"status" => "ok",
|
||||||
"spelling" => [
|
"spelling" => [
|
||||||
|
|
Loading…
Reference in a new issue