mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2025-09-28 14:29:48 -04:00
added yandex web and video search, removed fb search
This commit is contained in:
parent
12a6278a5f
commit
1fd4c2de6d
7 changed files with 1178 additions and 78 deletions
|
@ -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}})\]\]/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue