yep.php 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735
  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. $this->detect_cf($json);
  323. $json = json_decode($json, true);
  324. //$json = json_decode(file_get_contents("scraper/yep.json"), true);
  325. if($json === null){
  326. throw new Exception("Failed to decode JSON");
  327. }
  328. if(isset($json[1]["correction"])){
  329. $out["spelling"] = [
  330. "type" => "not_many",
  331. "using" => $search,
  332. "correction" => $json[1]["correction"][1]
  333. ];
  334. }
  335. if(isset($json[1]["results"])){
  336. foreach($json[1]["results"] as $item){
  337. switch(strtolower($item["type"])){
  338. case "organic":
  339. $sublinks = [];
  340. if(isset($item["sitelinks"]["full"])){
  341. foreach($item["sitelinks"]["full"] as $link){
  342. $sublinks[] = [
  343. "title" => $link["title"],
  344. "date" => null,
  345. "description" =>
  346. $this->titledots(
  347. strip_tags(
  348. html_entity_decode(
  349. $link["snippet"]
  350. )
  351. )
  352. ),
  353. "url" => $link["url"]
  354. ];
  355. }
  356. }
  357. $out["web"][] = [
  358. "title" => $item["title"],
  359. "description" =>
  360. $this->titledots(
  361. strip_tags(
  362. html_entity_decode(
  363. $item["snippet"]
  364. )
  365. )
  366. ),
  367. "url" => $item["url"],
  368. "date" => strtotime($item["first_seen"]),
  369. "type" => "web",
  370. "thumb" => [
  371. "url" => null,
  372. "ratio" => null
  373. ],
  374. "sublink" => $sublinks,
  375. "table" => []
  376. ];
  377. break;
  378. }
  379. }
  380. }
  381. if(isset($json[1]["featured_news"])){
  382. foreach($json[1]["featured_news"] as $news){
  383. $out["news"][] = [
  384. "title" => $news["title"],
  385. "description" =>
  386. $this->titledots(
  387. strip_tags(
  388. html_entity_decode(
  389. $news["snippet"]
  390. )
  391. )
  392. ),
  393. "date" => strtotime($news["first_seen"]),
  394. "thumb" =>
  395. isset($news["img"]) ?
  396. [
  397. "url" => $this->unshiturl($news["img"]),
  398. "ratio" => "16:9"
  399. ] :
  400. [
  401. "url" => null,
  402. "ratio" => null
  403. ],
  404. "url" => $news["url"]
  405. ];
  406. }
  407. }
  408. if(isset($json[1]["featured_images"])){
  409. foreach($json[1]["featured_images"] as $image){
  410. if(
  411. $image["width"] !== 0 &&
  412. $image["height"] !== 0
  413. ){
  414. $thumb_width = $image["width"] >= 260 ? 260 : $image["width"];
  415. $thumb_height = ceil($image["height"] * ($thumb_width / $image["width"]));
  416. $width = $image["width"];
  417. $height = $image["height"];
  418. }else{
  419. $thumb_width = null;
  420. $thumb_height = null;
  421. $width = null;
  422. $height = null;
  423. }
  424. $out["image"][] = [
  425. "title" => $image["title"],
  426. "source" => [
  427. [
  428. "url" => $image["image_id"],
  429. "width" => $width,
  430. "height" => $height
  431. ],
  432. [
  433. "url" => $image["src"],
  434. "width" => $thumb_width,
  435. "height" => $thumb_height
  436. ]
  437. ],
  438. "url" => $image["host_page"]
  439. ];
  440. }
  441. }
  442. return $out;
  443. }
  444. public function image($get){
  445. $search = $get["s"];
  446. if(strlen($search) === 0){
  447. throw new Exception("Search term is empty!");
  448. }
  449. $country = $get["country"];
  450. $nsfw = $get["nsfw"];
  451. switch($nsfw){
  452. case "yes": $nsfw = "off"; break;
  453. case "maybe": $nsfw = "moderate"; break;
  454. case "no": $nsfw = "strict"; break;
  455. }
  456. $out = [
  457. "status" => "ok",
  458. "npt" => null,
  459. "image" => []
  460. ];
  461. try{
  462. $json =
  463. $this->get(
  464. $this->backend->get_ip(), // no nextpage!
  465. "https://api.yep.com/fs/2/search",
  466. [
  467. "client" => "web",
  468. "gl" => $country == "all" ? $country : strtoupper($country),
  469. "no_correct" => "false",
  470. "q" => $search,
  471. "safeSearch" => $nsfw,
  472. "type" => "images"
  473. ]
  474. );
  475. }catch(Exception $error){
  476. throw new Exception("Failed to fetch JSON");
  477. }
  478. $this->detect_cf($json);
  479. $json = json_decode($json, true);
  480. if($json === null){
  481. throw new Exception("Failed to decode JSON");
  482. }
  483. if(isset($json[1]["results"])){
  484. foreach($json[1]["results"] as $item){
  485. if(
  486. $item["width"] !== 0 &&
  487. $item["height"] !== 0
  488. ){
  489. $thumb_width = $item["width"] >= 260 ? 260 : $item["width"];
  490. $thumb_height = ceil($item["height"] * ($thumb_width / $item["width"]));
  491. $width = $item["width"];
  492. $height = $item["height"];
  493. }else{
  494. $thumb_width = null;
  495. $thumb_height = null;
  496. $width = null;
  497. $height = null;
  498. }
  499. $out["image"][] = [
  500. "title" => $item["title"],
  501. "source" => [
  502. [
  503. "url" => $item["image_id"],
  504. "width" => $width,
  505. "height" => $height
  506. ],
  507. [
  508. "url" => $item["src"],
  509. "width" => $thumb_width,
  510. "height" => $thumb_height
  511. ]
  512. ],
  513. "url" => $item["host_page"]
  514. ];
  515. }
  516. }
  517. return $out;
  518. }
  519. public function news($get){
  520. $search = $get["s"];
  521. if(strlen($search) === 0){
  522. throw new Exception("Search term is empty!");
  523. }
  524. $country = $get["country"];
  525. $nsfw = $get["nsfw"];
  526. switch($nsfw){
  527. case "yes": $nsfw = "off"; break;
  528. case "maybe": $nsfw = "moderate"; break;
  529. case "no": $nsfw = "strict"; break;
  530. }
  531. $out = [
  532. "status" => "ok",
  533. "npt" => null,
  534. "news" => []
  535. ];
  536. try{
  537. // https://api.yep.com/fs/2/search?client=web&gl=CA&no_correct=false&q=undefined+variable+javascript&safeSearch=off&type=web
  538. $json =
  539. $this->get(
  540. $this->backend->get_ip(),
  541. "https://api.yep.com/fs/2/search",
  542. [
  543. "client" => "web",
  544. "gl" => $country == "all" ? $country : strtoupper($country),
  545. "limit" => "99999",
  546. "no_correct" => "false",
  547. "q" => $search,
  548. "safeSearch" => $nsfw,
  549. "type" => "news"
  550. ]
  551. );
  552. }catch(Exception $error){
  553. throw new Exception("Failed to fetch JSON");
  554. }
  555. $this->detect_cf($json);
  556. $json = json_decode($json, true);
  557. //$json = json_decode(file_get_contents("scraper/yep.json"), true);
  558. if($json === null){
  559. throw new Exception("Failed to decode JSON");
  560. }
  561. if(isset($json[1]["results"])){
  562. foreach($json[1]["results"] as $item){
  563. $out["news"][] = [
  564. "title" => $item["title"],
  565. "author" => null,
  566. "description" =>
  567. $this->titledots(
  568. strip_tags(
  569. html_entity_decode(
  570. $item["snippet"]
  571. )
  572. )
  573. ),
  574. "date" => strtotime($item["first_seen"]),
  575. "thumb" =>
  576. isset($item["img"]) ?
  577. [
  578. "url" => $this->unshiturl($item["img"]),
  579. "ratio" => "16:9"
  580. ] :
  581. [
  582. "url" => null,
  583. "ratio" => null
  584. ],
  585. "url" => $item["url"]
  586. ];
  587. }
  588. }
  589. return $out;
  590. }
  591. private function detect_cf($payload){
  592. // detect cloudflare page
  593. $this->fuckhtml->load($payload);
  594. if(
  595. count(
  596. $this->fuckhtml
  597. ->getElementsByClassName(
  598. "cf-wrapper",
  599. "div"
  600. )
  601. ) !== 0
  602. ){
  603. throw new Exception("Blocked by Cloudflare");
  604. }
  605. }
  606. private function titledots($title){
  607. $substr = substr($title, -4);
  608. if(
  609. strpos($substr, "...") !== false ||
  610. strpos($substr, "…") !== false
  611. ){
  612. return trim(substr($title, 0, -4));
  613. }
  614. return trim($title);
  615. }
  616. private function unshiturl($url){
  617. $newurl = parse_url($url, PHP_URL_QUERY);
  618. parse_str($newurl, $newurl);
  619. if(isset($newurl["url"])){
  620. return $newurl["url"];
  621. }
  622. return $url;
  623. }
  624. }