forked from lolcat/4get
added yandex web and video search, removed fb search
This commit is contained in:
@@ -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}})\]\]/',
|
||||
|
Reference in New Issue
Block a user