diff options
author | lolcat <will@lolcat.ca> | 2024-06-29 20:51:19 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2024-06-29 20:51:19 -0400 |
commit | 03ccd75f4b47fb6772199b5e534c7211e5e53bd0 (patch) | |
tree | f6d30fea6316af2fd49008e29a263c2b85455aaf /scraper | |
parent | 7a91eb78396b312f85526fd8ea509de9d1cb4d17 (diff) |
fixed google description bug
Diffstat (limited to 'scraper')
-rw-r--r-- | scraper/google.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scraper/google.php b/scraper/google.php index b623872..3d99c05 100644 --- a/scraper/google.php +++ b/scraper/google.php @@ -1412,7 +1412,7 @@ class google{ "line-height" => "22px", "overflow" => "hidden", "word-break" => "break-word", - "color" => "#bdc1c6" + "color" => "#4d5156" ] ), "div" @@ -4224,7 +4224,7 @@ class google{ 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); $out = [ |