1
Fork 1
mirror of https://git.lolcat.ca/lolcat/4get.git synced 2024-09-13 17:28:08 -04:00

fixed google description bug

This commit is contained in:
lolcat 2024-06-29 20:51:19 -04:00
parent 7a91eb7839
commit 03ccd75f4b

View file

@ -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 = [