1
0
forked from lolcat/4get

added yandex web and video search, removed fb search

This commit is contained in:
2023-08-27 01:45:59 -04:00
parent 12a6278a5f
commit 1fd4c2de6d
7 changed files with 1178 additions and 78 deletions

View File

@@ -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}})\]\]/',