forked from lolcat/4get
1
0
Fork 0

fixed google description bug

This commit is contained in:
lolcat 2024-06-29 20:51:19 -04:00
parent 7a91eb7839
commit 03ccd75f4b
1 changed files with 2 additions and 2 deletions

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