diff options
Diffstat (limited to 'scraper/facebook.php')
-rw-r--r-- | scraper/facebook.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scraper/facebook.php b/scraper/facebook.php index 46d58d6..7bd576b 100644 --- a/scraper/facebook.php +++ b/scraper/facebook.php @@ -228,16 +228,16 @@ class facebook{ ) ); } - + /* $html = $this->get( "https://www.facebook.com/watch/search/", $req - ); - /* + );*/ + $handle = fopen("scraper/facebook.html", "r"); $html = fread($handle, filesize("scraper/facebook.html")); - fclose($handle);*/ + fclose($handle); preg_match_all( '/({"__bbox":.*,"sequence_number":0}})\]\]/', |