yep.php 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728
  1. <?php
  2. class yep{
  3. public function __construct(){
  4. include "lib/backend.php";
  5. $this->backend = new backend("yep");
  6. include "lib/fuckhtml.php";
  7. $this->fuckhtml = new fuckhtml();
  8. }
  9. public function getfilters($page){
  10. return [
  11. "country" => [
  12. "display" => "Country",
  13. "option" => [
  14. "all" => "All regions",
  15. "af" => "Afghanistan",
  16. "al" => "Albania",
  17. "dz" => "Algeria",
  18. "as" => "American Samoa",
  19. "ad" => "Andorra",
  20. "ao" => "Angola",
  21. "ai" => "Anguilla",
  22. "ag" => "Antigua and Barbuda",
  23. "ar" => "Argentina",
  24. "am" => "Armenia",
  25. "aw" => "Aruba",
  26. "au" => "Australia",
  27. "at" => "Austria",
  28. "az" => "Azerbaijan",
  29. "bs" => "Bahamas",
  30. "bh" => "Bahrain",
  31. "bd" => "Bangladesh",
  32. "bb" => "Barbados",
  33. "by" => "Belarus",
  34. "be" => "Belgium",
  35. "bz" => "Belize",
  36. "bj" => "Benin",
  37. "bt" => "Bhutan",
  38. "bo" => "Bolivia",
  39. "ba" => "Bosnia and Herzegovina",
  40. "bw" => "Botswana",
  41. "br" => "Brazil",
  42. "bn" => "Brunei Darussalam",
  43. "bg" => "Bulgaria",
  44. "bf" => "Burkina Faso",
  45. "bi" => "Burundi",
  46. "cv" => "Cabo Verde",
  47. "kh" => "Cambodia",
  48. "cm" => "Cameroon",
  49. "ca" => "Canada",
  50. "ky" => "Cayman Islands",
  51. "cf" => "Central African Republic",
  52. "td" => "Chad",
  53. "cl" => "Chile",
  54. "cn" => "China",
  55. "co" => "Colombia",
  56. "cg" => "Congo",
  57. "cd" => "Congo, Democratic Republic",
  58. "ck" => "Cook Islands",
  59. "cr" => "Costa Rica",
  60. "hr" => "Croatia",
  61. "cu" => "Cuba",
  62. "cy" => "Cyprus",
  63. "cz" => "Czechia",
  64. "ci" => "Côte d'Ivoire",
  65. "dk" => "Denmark",
  66. "dj" => "Djibouti",
  67. "dm" => "Dominica",
  68. "do" => "Dominican Republic",
  69. "ec" => "Ecuador",
  70. "eg" => "Egypt",
  71. "sv" => "El Salvador",
  72. "gq" => "Equatorial Guinea",
  73. "ee" => "Estonia",
  74. "et" => "Ethiopia",
  75. "fo" => "Faroe Islands",
  76. "fj" => "Fiji",
  77. "fi" => "Finland",
  78. "fr" => "France",
  79. "gf" => "French Guiana",
  80. "pf" => "French Polynesia",
  81. "ga" => "Gabon",
  82. "gm" => "Gambia",
  83. "ge" => "Georgia",
  84. "de" => "Germany",
  85. "gh" => "Ghana",
  86. "gi" => "Gibraltar",
  87. "gr" => "Greece",
  88. "gl" => "Greenland",
  89. "gd" => "Grenada",
  90. "gp" => "Guadeloupe",
  91. "gu" => "Guam",
  92. "gt" => "Guatemala",
  93. "gg" => "Guernsey",
  94. "gn" => "Guinea",
  95. "gy" => "Guyana",
  96. "ht" => "Haiti",
  97. "hn" => "Honduras",
  98. "hk" => "Hong Kong",
  99. "hu" => "Hungary",
  100. "is" => "Iceland",
  101. "in" => "India",
  102. "id" => "Indonesia",
  103. "iq" => "Iraq",
  104. "ie" => "Ireland",
  105. "im" => "Isle of Man",
  106. "il" => "Israel",
  107. "it" => "Italy",
  108. "jm" => "Jamaica",
  109. "jp" => "Japan",
  110. "je" => "Jersey",
  111. "jo" => "Jordan",
  112. "kz" => "Kazakhstan",
  113. "ke" => "Kenya",
  114. "ki" => "Kiribati",
  115. "kw" => "Kuwait",
  116. "kg" => "Kyrgyzstan",
  117. "la" => "Lao People's Democratic Republic",
  118. "lv" => "Latvia",
  119. "lb" => "Lebanon",
  120. "ls" => "Lesotho",
  121. "ly" => "Libya",
  122. "li" => "Liechtenstein",
  123. "lt" => "Lithuania",
  124. "lu" => "Luxembourg",
  125. "mk" => "Macedonia",
  126. "mg" => "Madagascar",
  127. "mw" => "Malawi",
  128. "my" => "Malaysia",
  129. "mv" => "Maldives",
  130. "ml" => "Mali",
  131. "mt" => "Malta",
  132. "mq" => "Martinique",
  133. "mr" => "Mauritania",
  134. "mu" => "Mauritius",
  135. "yt" => "Mayotte",
  136. "mx" => "Mexico",
  137. "fm" => "Micronesia, Federated States of",
  138. "md" => "Moldova",
  139. "mc" => "Monaco",
  140. "mn" => "Mongolia",
  141. "me" => "Montenegro",
  142. "ms" => "Montserrat",
  143. "ma" => "Morocco",
  144. "mz" => "Mozambique",
  145. "mm" => "Myanmar",
  146. "na" => "Namibia",
  147. "nr" => "Nauru",
  148. "np" => "Nepal",
  149. "nl" => "Netherlands",
  150. "nc" => "New Caledonia",
  151. "nz" => "New Zealand",
  152. "ni" => "Nicaragua",
  153. "ne" => "Niger",
  154. "ng" => "Nigeria",
  155. "nu" => "Niue",
  156. "no" => "Norway",
  157. "om" => "Oman",
  158. "pk" => "Pakistan",
  159. "ps" => "Palestine, State of",
  160. "pa" => "Panama",
  161. "pg" => "Papua New Guinea",
  162. "py" => "Paraguay",
  163. "pe" => "Peru",
  164. "ph" => "Philippines",
  165. "pn" => "Pitcairn",
  166. "pl" => "Poland",
  167. "pt" => "Portugal",
  168. "pr" => "Puerto Rico",
  169. "qa" => "Qatar",
  170. "ro" => "Romania",
  171. "ru" => "Russian Federation",
  172. "rw" => "Rwanda",
  173. "re" => "Réunion",
  174. "sh" => "Saint Helena",
  175. "kn" => "Saint Kitts and Nevis",
  176. "lc" => "Saint Lucia",
  177. "vc" => "Saint Vincent and the Grenadines",
  178. "ws" => "Samoa",
  179. "sm" => "San Marino",
  180. "st" => "Sao Tome and Principe",
  181. "sa" => "Saudi Arabia",
  182. "sn" => "Senegal",
  183. "rs" => "Serbia",
  184. "sc" => "Seychelles",
  185. "sl" => "Sierra Leone",
  186. "sg" => "Singapore",
  187. "sk" => "Slovakia",
  188. "si" => "Slovenia",
  189. "sb" => "Solomon Islands",
  190. "so" => "Somalia",
  191. "kr" => "Sourth Korea",
  192. "za" => "South Africa",
  193. "es" => "Spain",
  194. "lk" => "Sri Lanka",
  195. "sr" => "Suriname",
  196. "se" => "Sweden",
  197. "ch" => "Switzerland",
  198. "tw" => "Taiwan",
  199. "tj" => "Tajikistan",
  200. "tz" => "Tanzania",
  201. "th" => "Thailand",
  202. "tl" => "Timor-Leste",
  203. "tg" => "Togo",
  204. "tk" => "Tokelau",
  205. "to" => "Tonga",
  206. "tt" => "Trinidad and Tobago",
  207. "tn" => "Tunisia",
  208. "tr" => "Turkey",
  209. "tm" => "Turkmenistan",
  210. "ug" => "Uganda",
  211. "ua" => "Ukraine",
  212. "ae" => "United Arab Emirates",
  213. "gb" => "United Kingdom",
  214. "us" => "United States",
  215. "uy" => "Uruguay",
  216. "uz" => "Uzbekistan",
  217. "vu" => "Vanuatu",
  218. "ve" => "Venezuela",
  219. "vn" => "Vietnam",
  220. "vg" => "Virgin Islands, British",
  221. "vi" => "Virgin Islands, U.S.",
  222. "ye" => "Yemen",
  223. "zm" => "Zambia",
  224. "zw" => "Zimbabwe"
  225. ]
  226. ],
  227. "nsfw" => [
  228. "display" => "NSFW",
  229. "option" => [
  230. "yes" => "Yes",
  231. "maybe" => "Maybe",
  232. "no" => "No"
  233. ]
  234. ]
  235. ];
  236. }
  237. private function get($proxy, $url, $get = []){
  238. $curlproc = curl_init();
  239. if($get !== []){
  240. $get = http_build_query($get);
  241. $url .= "?" . $get;
  242. }
  243. curl_setopt($curlproc, CURLOPT_URL, $url);
  244. curl_setopt($curlproc, CURLOPT_ENCODING, ""); // default encoding
  245. curl_setopt($curlproc, CURLOPT_HTTPHEADER,
  246. ["User-Agent: " . config::USER_AGENT,
  247. "Accept: */*",
  248. "Accept-Language: en-US,en;q=0.5",
  249. "Accept-Encoding: gzip, deflate, br, zstd",
  250. "Connection: keep-alive",
  251. "DNT: 1",
  252. "Priority: u=1",
  253. "Origin: https://yep.com",
  254. "Referer: https://yep.com/",
  255. "Connection: keep-alive",
  256. "Sec-Fetch-Dest: empty",
  257. "Sec-Fetch-Mode: cors",
  258. "Sec-Fetch-Site: same-site",
  259. "TE: trailers"]
  260. );
  261. // http3 bypass
  262. curl_setopt($curlproc, CURLOPT_HTTP_VERSION, 30);
  263. curl_setopt($curlproc, CURLOPT_RETURNTRANSFER, true);
  264. curl_setopt($curlproc, CURLOPT_SSL_VERIFYHOST, 2);
  265. curl_setopt($curlproc, CURLOPT_SSL_VERIFYPEER, true);
  266. curl_setopt($curlproc, CURLOPT_CONNECTTIMEOUT, 30);
  267. curl_setopt($curlproc, CURLOPT_TIMEOUT, 30);
  268. $this->backend->assign_proxy($curlproc, $proxy);
  269. $data = curl_exec($curlproc);
  270. if(curl_errno($curlproc)){
  271. throw new Exception(curl_error($curlproc));
  272. }
  273. curl_close($curlproc);
  274. return $data;
  275. }
  276. public function web($get){
  277. $search = $get["s"];
  278. if(strlen($search) === 0){
  279. throw new Exception("Search term is empty!");
  280. }
  281. $country = $get["country"];
  282. $nsfw = $get["nsfw"];
  283. switch($nsfw){
  284. case "yes": $nsfw = "off"; break;
  285. case "maybe": $nsfw = "moderate"; break;
  286. case "no": $nsfw = "strict"; break;
  287. }
  288. $out = [
  289. "status" => "ok",
  290. "spelling" => [
  291. "type" => "no_correction",
  292. "using" => null,
  293. "correction" => null
  294. ],
  295. "npt" => null,
  296. "answer" => [],
  297. "web" => [],
  298. "image" => [],
  299. "video" => [],
  300. "news" => [],
  301. "related" => []
  302. ];
  303. try{
  304. // https://api.yep.com/fs/2/search?client=web&gl=CA&no_correct=false&q=undefined+variable+javascript&safeSearch=off&type=web
  305. $json =
  306. $this->get(
  307. $this->backend->get_ip(),
  308. "https://api.yep.com/fs/2/search",
  309. [
  310. "client" => "web",
  311. "gl" => $country == "all" ? $country : strtoupper($country),
  312. "limit" => "99999",
  313. "no_correct" => "false",
  314. "q" => $search,
  315. "safeSearch" => $nsfw,
  316. "type" => "web"
  317. ]
  318. );
  319. }catch(Exception $error){
  320. throw new Exception("Failed to fetch JSON");
  321. }
  322. // detect cloudflare page
  323. $this->fuckhtml->load($json);
  324. if(
  325. count(
  326. $this->fuckhtml
  327. ->getElementsByClassName(
  328. "cf-wrapper",
  329. "div"
  330. )
  331. ) !== 0
  332. ){
  333. throw new Exception("Blocked by Cloudflare");
  334. }
  335. $json = json_decode($json, true);
  336. //$json = json_decode(file_get_contents("scraper/yep.json"), true);
  337. if($json === null){
  338. throw new Exception("Failed to decode JSON");
  339. }
  340. if(isset($json[1]["correction"])){
  341. $out["spelling"] = [
  342. "type" => "not_many",
  343. "using" => $search,
  344. "correction" => $json[1]["correction"][1]
  345. ];
  346. }
  347. if(isset($json[1]["results"])){
  348. foreach($json[1]["results"] as $item){
  349. switch(strtolower($item["type"])){
  350. case "organic":
  351. $sublinks = [];
  352. if(isset($item["sitelinks"]["full"])){
  353. foreach($item["sitelinks"]["full"] as $link){
  354. $sublinks[] = [
  355. "title" => $link["title"],
  356. "date" => null,
  357. "description" =>
  358. $this->titledots(
  359. strip_tags(
  360. html_entity_decode(
  361. $link["snippet"]
  362. )
  363. )
  364. ),
  365. "url" => $link["url"]
  366. ];
  367. }
  368. }
  369. $out["web"][] = [
  370. "title" => $item["title"],
  371. "description" =>
  372. $this->titledots(
  373. strip_tags(
  374. html_entity_decode(
  375. $item["snippet"]
  376. )
  377. )
  378. ),
  379. "url" => $item["url"],
  380. "date" => strtotime($item["first_seen"]),
  381. "type" => "web",
  382. "thumb" => [
  383. "url" => null,
  384. "ratio" => null
  385. ],
  386. "sublink" => $sublinks,
  387. "table" => []
  388. ];
  389. break;
  390. }
  391. }
  392. }
  393. if(isset($json[1]["featured_news"])){
  394. foreach($json[1]["featured_news"] as $news){
  395. $out["news"][] = [
  396. "title" => $news["title"],
  397. "description" =>
  398. $this->titledots(
  399. strip_tags(
  400. html_entity_decode(
  401. $news["snippet"]
  402. )
  403. )
  404. ),
  405. "date" => strtotime($news["first_seen"]),
  406. "thumb" =>
  407. isset($news["img"]) ?
  408. [
  409. "url" => $this->unshiturl($news["img"]),
  410. "ratio" => "16:9"
  411. ] :
  412. [
  413. "url" => null,
  414. "ratio" => null
  415. ],
  416. "url" => $news["url"]
  417. ];
  418. }
  419. }
  420. if(isset($json[1]["featured_images"])){
  421. foreach($json[1]["featured_images"] as $image){
  422. if(
  423. $image["width"] !== 0 &&
  424. $image["height"] !== 0
  425. ){
  426. $thumb_width = $image["width"] >= 260 ? 260 : $image["width"];
  427. $thumb_height = ceil($image["height"] * ($thumb_width / $image["width"]));
  428. $width = $image["width"];
  429. $height = $image["height"];
  430. }else{
  431. $thumb_width = null;
  432. $thumb_height = null;
  433. $width = null;
  434. $height = null;
  435. }
  436. $out["image"][] = [
  437. "title" => $image["title"],
  438. "source" => [
  439. [
  440. "url" => $image["image_id"],
  441. "width" => $width,
  442. "height" => $height
  443. ],
  444. [
  445. "url" => $image["src"],
  446. "width" => $thumb_width,
  447. "height" => $thumb_height
  448. ]
  449. ],
  450. "url" => $image["host_page"]
  451. ];
  452. }
  453. }
  454. return $out;
  455. }
  456. public function image($get){
  457. $search = $get["s"];
  458. if(strlen($search) === 0){
  459. throw new Exception("Search term is empty!");
  460. }
  461. $country = $get["country"];
  462. $nsfw = $get["nsfw"];
  463. switch($nsfw){
  464. case "yes": $nsfw = "off"; break;
  465. case "maybe": $nsfw = "moderate"; break;
  466. case "no": $nsfw = "strict"; break;
  467. }
  468. $out = [
  469. "status" => "ok",
  470. "npt" => null,
  471. "image" => []
  472. ];
  473. try{
  474. $json =
  475. json_decode(
  476. $this->get(
  477. $this->backend->get_ip(), // no nextpage!
  478. "https://api.yep.com/fs/2/search",
  479. [
  480. "client" => "web",
  481. "gl" => $country == "all" ? $country : strtoupper($country),
  482. "no_correct" => "false",
  483. "q" => $search,
  484. "safeSearch" => $nsfw,
  485. "type" => "images"
  486. ]
  487. ),
  488. true
  489. );
  490. }catch(Exception $error){
  491. throw new Exception("Failed to fetch JSON");
  492. }
  493. if($json === null){
  494. throw new Exception("Failed to decode JSON");
  495. }
  496. if(isset($json[1]["results"])){
  497. foreach($json[1]["results"] as $item){
  498. if(
  499. $item["width"] !== 0 &&
  500. $item["height"] !== 0
  501. ){
  502. $thumb_width = $item["width"] >= 260 ? 260 : $item["width"];
  503. $thumb_height = ceil($item["height"] * ($thumb_width / $item["width"]));
  504. $width = $item["width"];
  505. $height = $item["height"];
  506. }else{
  507. $thumb_width = null;
  508. $thumb_height = null;
  509. $width = null;
  510. $height = null;
  511. }
  512. $out["image"][] = [
  513. "title" => $item["title"],
  514. "source" => [
  515. [
  516. "url" => $item["image_id"],
  517. "width" => $width,
  518. "height" => $height
  519. ],
  520. [
  521. "url" => $item["src"],
  522. "width" => $thumb_width,
  523. "height" => $thumb_height
  524. ]
  525. ],
  526. "url" => $item["host_page"]
  527. ];
  528. }
  529. }
  530. return $out;
  531. }
  532. public function news($get){
  533. $search = $get["s"];
  534. if(strlen($search) === 0){
  535. throw new Exception("Search term is empty!");
  536. }
  537. $country = $get["country"];
  538. $nsfw = $get["nsfw"];
  539. switch($nsfw){
  540. case "yes": $nsfw = "off"; break;
  541. case "maybe": $nsfw = "moderate"; break;
  542. case "no": $nsfw = "strict"; break;
  543. }
  544. $out = [
  545. "status" => "ok",
  546. "npt" => null,
  547. "news" => []
  548. ];
  549. try{
  550. // https://api.yep.com/fs/2/search?client=web&gl=CA&no_correct=false&q=undefined+variable+javascript&safeSearch=off&type=web
  551. $json =
  552. json_decode(
  553. $this->get(
  554. $this->backend->get_ip(),
  555. "https://api.yep.com/fs/2/search",
  556. [
  557. "client" => "web",
  558. "gl" => $country == "all" ? $country : strtoupper($country),
  559. "limit" => "99999",
  560. "no_correct" => "false",
  561. "q" => $search,
  562. "safeSearch" => $nsfw,
  563. "type" => "news"
  564. ]
  565. ),
  566. true
  567. );
  568. }catch(Exception $error){
  569. throw new Exception("Failed to fetch JSON");
  570. }
  571. //$json = json_decode(file_get_contents("scraper/yep.json"), true);
  572. if($json === null){
  573. throw new Exception("Failed to decode JSON");
  574. }
  575. if(isset($json[1]["results"])){
  576. foreach($json[1]["results"] as $item){
  577. $out["news"][] = [
  578. "title" => $item["title"],
  579. "author" => null,
  580. "description" =>
  581. $this->titledots(
  582. strip_tags(
  583. html_entity_decode(
  584. $item["snippet"]
  585. )
  586. )
  587. ),
  588. "date" => strtotime($item["first_seen"]),
  589. "thumb" =>
  590. isset($item["img"]) ?
  591. [
  592. "url" => $this->unshiturl($item["img"]),
  593. "ratio" => "16:9"
  594. ] :
  595. [
  596. "url" => null,
  597. "ratio" => null
  598. ],
  599. "url" => $item["url"]
  600. ];
  601. }
  602. }
  603. return $out;
  604. }
  605. private function titledots($title){
  606. $substr = substr($title, -4);
  607. if(
  608. strpos($substr, "...") !== false ||
  609. strpos($substr, "…") !== false
  610. ){
  611. return trim(substr($title, 0, -4));
  612. }
  613. return trim($title);
  614. }
  615. private function unshiturl($url){
  616. $newurl = parse_url($url, PHP_URL_QUERY);
  617. parse_str($newurl, $newurl);
  618. if(isset($newurl["url"])){
  619. return $newurl["url"];
  620. }
  621. return $url;
  622. }
  623. }