diff options
Diffstat (limited to 'scraper')
-rw-r--r-- | scraper/google.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scraper/google.php b/scraper/google.php index 1485436..77aaa3c 100644 --- a/scraper/google.php +++ b/scraper/google.php @@ -654,6 +654,7 @@ class google{ throw new Exception("Failed to get HTML"); } + //$html = file_get_contents("scraper/google.html"); } |