mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2024-11-08 17:43:07 -05:00
fixed google description bug
This commit is contained in:
parent
7a91eb7839
commit
03ccd75f4b
1 changed files with 2 additions and 2 deletions
|
@ -1412,7 +1412,7 @@ class google{
|
||||||
"line-height" => "22px",
|
"line-height" => "22px",
|
||||||
"overflow" => "hidden",
|
"overflow" => "hidden",
|
||||||
"word-break" => "break-word",
|
"word-break" => "break-word",
|
||||||
"color" => "#bdc1c6"
|
"color" => "#4d5156"
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
"div"
|
"div"
|
||||||
|
@ -4224,7 +4224,7 @@ class google{
|
||||||
throw new Exception("Failed to get HTML");
|
throw new Exception("Failed to get HTML");
|
||||||
}
|
}
|
||||||
|
|
||||||
//$html = file_get_contents("scraper/google-video.html");
|
//$html = file_get_contents("scraper/google.html");
|
||||||
|
|
||||||
$response = $this->parsepage($html, "videos", $search, $proxy, $params);
|
$response = $this->parsepage($html, "videos", $search, $proxy, $params);
|
||||||
$out = [
|
$out = [
|
||||||
|
|
Loading…
Reference in a new issue