summaryrefslogtreecommitdiff
path: root/scraper/google.php
diff options
context:
space:
mode:
Diffstat (limited to 'scraper/google.php')
-rw-r--r--scraper/google.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/scraper/google.php b/scraper/google.php
index 77aaa3c..50bcc22 100644
--- a/scraper/google.php
+++ b/scraper/google.php
@@ -1020,7 +1020,15 @@ class google{
self::is_class
),
"div"
- )[1];
+ );
+
+ if(!isset($description[1])){
+
+ throw new Exception("Google returned an unsupported page format (will fix)");
+ }else{
+
+ $description = $description[1];
+ }
// get date (rare)
$date =