1
0

yep.php 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734
  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. // use http2
  245. curl_setopt($curlproc, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_2_0);
  246. curl_setopt($curlproc, CURLOPT_ENCODING, ""); // default encoding
  247. curl_setopt($curlproc, CURLOPT_HTTPHEADER,
  248. ["User-Agent: " . config::USER_AGENT,
  249. "Accept: */*",
  250. "Accept-Language: en-US,en;q=0.5",
  251. "Accept-Encoding: gzip, deflate, br, zstd",
  252. "Referer: https://yep.com/",
  253. "Origin: https://yep.com",
  254. "DNT: 1",
  255. "Connection: keep-alive",
  256. "Sec-Fetch-Dest: empty",
  257. "Sec-Fetch-Mode: cors",
  258. "Sec-Fetch-Site: same-site",
  259. "Priority: u=4",
  260. "TE: trailers"]
  261. );
  262. curl_setopt($curlproc, CURLOPT_RETURNTRANSFER, true);
  263. curl_setopt($curlproc, CURLOPT_SSL_VERIFYHOST, 2);
  264. curl_setopt($curlproc, CURLOPT_SSL_VERIFYPEER, true);
  265. curl_setopt($curlproc, CURLOPT_CONNECTTIMEOUT, 30);
  266. curl_setopt($curlproc, CURLOPT_TIMEOUT, 30);
  267. $this->backend->assign_proxy($curlproc, $proxy);
  268. $data = curl_exec($curlproc);
  269. if(curl_errno($curlproc)){
  270. throw new Exception(curl_error($curlproc));
  271. }
  272. curl_close($curlproc);
  273. return $data;
  274. }
  275. public function web($get){
  276. $search = $get["s"];
  277. if(strlen($search) === 0){
  278. throw new Exception("Search term is empty!");
  279. }
  280. $country = $get["country"];
  281. $nsfw = $get["nsfw"];
  282. switch($nsfw){
  283. case "yes": $nsfw = "off"; break;
  284. case "maybe": $nsfw = "moderate"; break;
  285. case "no": $nsfw = "strict"; break;
  286. }
  287. $out = [
  288. "status" => "ok",
  289. "spelling" => [
  290. "type" => "no_correction",
  291. "using" => null,
  292. "correction" => null
  293. ],
  294. "npt" => null,
  295. "answer" => [],
  296. "web" => [],
  297. "image" => [],
  298. "video" => [],
  299. "news" => [],
  300. "related" => []
  301. ];
  302. try{
  303. // https://api.yep.com/fs/2/search?client=web&gl=CA&no_correct=false&q=undefined+variable+javascript&safeSearch=off&type=web
  304. $json =
  305. $this->get(
  306. $this->backend->get_ip(),
  307. "https://api.yep.com/fs/2/search",
  308. [
  309. "client" => "web",
  310. "gl" => $country == "all" ? $country : strtoupper($country),
  311. "limit" => "99999",
  312. "no_correct" => "false",
  313. "q" => $search,
  314. "safeSearch" => $nsfw,
  315. "type" => "web"
  316. ]
  317. );
  318. }catch(Exception $error){
  319. throw new Exception("Failed to fetch JSON");
  320. }
  321. $this->detect_cf($json);
  322. $json = json_decode($json, true);
  323. //$json = json_decode(file_get_contents("scraper/yep.json"), true);
  324. if($json === null){
  325. throw new Exception("Failed to decode JSON");
  326. }
  327. if(isset($json[1]["correction"])){
  328. $out["spelling"] = [
  329. "type" => "not_many",
  330. "using" => $search,
  331. "correction" => $json[1]["correction"][1]
  332. ];
  333. }
  334. if(isset($json[1]["results"])){
  335. foreach($json[1]["results"] as $item){
  336. switch(strtolower($item["type"])){
  337. case "organic":
  338. $sublinks = [];
  339. if(isset($item["sitelinks"]["full"])){
  340. foreach($item["sitelinks"]["full"] as $link){
  341. $sublinks[] = [
  342. "title" => $link["title"],
  343. "date" => null,
  344. "description" =>
  345. $this->titledots(
  346. strip_tags(
  347. html_entity_decode(
  348. $link["snippet"]
  349. )
  350. )
  351. ),
  352. "url" => $link["url"]
  353. ];
  354. }
  355. }
  356. $out["web"][] = [
  357. "title" => $item["title"],
  358. "description" =>
  359. $this->titledots(
  360. strip_tags(
  361. html_entity_decode(
  362. $item["snippet"]
  363. )
  364. )
  365. ),
  366. "url" => $item["url"],
  367. "date" => strtotime($item["first_seen"]),
  368. "type" => "web",
  369. "thumb" => [
  370. "url" => null,
  371. "ratio" => null
  372. ],
  373. "sublink" => $sublinks,
  374. "table" => []
  375. ];
  376. break;
  377. }
  378. }
  379. }
  380. if(isset($json[1]["featured_news"])){
  381. foreach($json[1]["featured_news"] as $news){
  382. $out["news"][] = [
  383. "title" => $news["title"],
  384. "description" =>
  385. $this->titledots(
  386. strip_tags(
  387. html_entity_decode(
  388. $news["snippet"]
  389. )
  390. )
  391. ),
  392. "date" => strtotime($news["first_seen"]),
  393. "thumb" =>
  394. isset($news["img"]) ?
  395. [
  396. "url" => $this->unshiturl($news["img"]),
  397. "ratio" => "16:9"
  398. ] :
  399. [
  400. "url" => null,
  401. "ratio" => null
  402. ],
  403. "url" => $news["url"]
  404. ];
  405. }
  406. }
  407. if(isset($json[1]["featured_images"])){
  408. foreach($json[1]["featured_images"] as $image){
  409. if(
  410. $image["width"] !== 0 &&
  411. $image["height"] !== 0
  412. ){
  413. $thumb_width = $image["width"] >= 260 ? 260 : $image["width"];
  414. $thumb_height = ceil($image["height"] * ($thumb_width / $image["width"]));
  415. $width = $image["width"];
  416. $height = $image["height"];
  417. }else{
  418. $thumb_width = null;
  419. $thumb_height = null;
  420. $width = null;
  421. $height = null;
  422. }
  423. $out["image"][] = [
  424. "title" => $image["title"],
  425. "source" => [
  426. [
  427. "url" => $image["image_id"],
  428. "width" => $width,
  429. "height" => $height
  430. ],
  431. [
  432. "url" => $image["src"],
  433. "width" => $thumb_width,
  434. "height" => $thumb_height
  435. ]
  436. ],
  437. "url" => $image["host_page"]
  438. ];
  439. }
  440. }
  441. return $out;
  442. }
  443. public function image($get){
  444. $search = $get["s"];
  445. if(strlen($search) === 0){
  446. throw new Exception("Search term is empty!");
  447. }
  448. $country = $get["country"];
  449. $nsfw = $get["nsfw"];
  450. switch($nsfw){
  451. case "yes": $nsfw = "off"; break;
  452. case "maybe": $nsfw = "moderate"; break;
  453. case "no": $nsfw = "strict"; break;
  454. }
  455. $out = [
  456. "status" => "ok",
  457. "npt" => null,
  458. "image" => []
  459. ];
  460. try{
  461. $json =
  462. $this->get(
  463. $this->backend->get_ip(), // no nextpage!
  464. "https://api.yep.com/fs/2/search",
  465. [
  466. "client" => "web",
  467. "gl" => $country == "all" ? $country : strtoupper($country),
  468. "no_correct" => "false",
  469. "q" => $search,
  470. "safeSearch" => $nsfw,
  471. "type" => "images"
  472. ]
  473. );
  474. }catch(Exception $error){
  475. throw new Exception("Failed to fetch JSON");
  476. }
  477. $this->detect_cf($json);
  478. $json = json_decode($json, true);
  479. if($json === null){
  480. throw new Exception("Failed to decode JSON");
  481. }
  482. if(isset($json[1]["results"])){
  483. foreach($json[1]["results"] as $item){
  484. if(
  485. $item["width"] !== 0 &&
  486. $item["height"] !== 0
  487. ){
  488. $thumb_width = $item["width"] >= 260 ? 260 : $item["width"];
  489. $thumb_height = ceil($item["height"] * ($thumb_width / $item["width"]));
  490. $width = $item["width"];
  491. $height = $item["height"];
  492. }else{
  493. $thumb_width = null;
  494. $thumb_height = null;
  495. $width = null;
  496. $height = null;
  497. }
  498. $out["image"][] = [
  499. "title" => $item["title"],
  500. "source" => [
  501. [
  502. "url" => $item["image_id"],
  503. "width" => $width,
  504. "height" => $height
  505. ],
  506. [
  507. "url" => $item["src"],
  508. "width" => $thumb_width,
  509. "height" => $thumb_height
  510. ]
  511. ],
  512. "url" => $item["host_page"]
  513. ];
  514. }
  515. }
  516. return $out;
  517. }
  518. public function news($get){
  519. $search = $get["s"];
  520. if(strlen($search) === 0){
  521. throw new Exception("Search term is empty!");
  522. }
  523. $country = $get["country"];
  524. $nsfw = $get["nsfw"];
  525. switch($nsfw){
  526. case "yes": $nsfw = "off"; break;
  527. case "maybe": $nsfw = "moderate"; break;
  528. case "no": $nsfw = "strict"; break;
  529. }
  530. $out = [
  531. "status" => "ok",
  532. "npt" => null,
  533. "news" => []
  534. ];
  535. try{
  536. // https://api.yep.com/fs/2/search?client=web&gl=CA&no_correct=false&q=undefined+variable+javascript&safeSearch=off&type=web
  537. $json =
  538. $this->get(
  539. $this->backend->get_ip(),
  540. "https://api.yep.com/fs/2/search",
  541. [
  542. "client" => "web",
  543. "gl" => $country == "all" ? $country : strtoupper($country),
  544. "limit" => "99999",
  545. "no_correct" => "false",
  546. "q" => $search,
  547. "safeSearch" => $nsfw,
  548. "type" => "news"
  549. ]
  550. );
  551. }catch(Exception $error){
  552. throw new Exception("Failed to fetch JSON");
  553. }
  554. $this->detect_cf($json);
  555. $json = json_decode($json, true);
  556. //$json = json_decode(file_get_contents("scraper/yep.json"), true);
  557. if($json === null){
  558. throw new Exception("Failed to decode JSON");
  559. }
  560. if(isset($json[1]["results"])){
  561. foreach($json[1]["results"] as $item){
  562. $out["news"][] = [
  563. "title" => $item["title"],
  564. "author" => null,
  565. "description" =>
  566. $this->titledots(
  567. strip_tags(
  568. html_entity_decode(
  569. $item["snippet"]
  570. )
  571. )
  572. ),
  573. "date" => strtotime($item["first_seen"]),
  574. "thumb" =>
  575. isset($item["img"]) ?
  576. [
  577. "url" => $this->unshiturl($item["img"]),
  578. "ratio" => "16:9"
  579. ] :
  580. [
  581. "url" => null,
  582. "ratio" => null
  583. ],
  584. "url" => $item["url"]
  585. ];
  586. }
  587. }
  588. return $out;
  589. }
  590. private function detect_cf($payload){
  591. // detect cloudflare page
  592. $this->fuckhtml->load($payload);
  593. if(
  594. count(
  595. $this->fuckhtml
  596. ->getElementsByClassName(
  597. "cf-wrapper",
  598. "div"
  599. )
  600. ) !== 0
  601. ){
  602. throw new Exception("Blocked by Cloudflare. Please follow curl-impersonate installation instructions");
  603. }
  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. }