mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2024-11-14 03:49:48 +01:00
fuck
This commit is contained in:
parent
130358a9e0
commit
9b8e0a4e0b
|
@ -4,7 +4,7 @@
|
||||||
//header("Content-Type: application/json");
|
//header("Content-Type: application/json");
|
||||||
//echo json_encode($yt->video("minecraft", null, "today", "any", "any", "live", "relevance"));
|
//echo json_encode($yt->video("minecraft", null, "today", "any", "any", "live", "relevance"));
|
||||||
|
|
||||||
class youtube{
|
class yt{
|
||||||
|
|
||||||
public function __construct(){
|
public function __construct(){
|
||||||
|
|
18
settings.php
18
settings.php
|
@ -121,6 +121,10 @@ $settings = [
|
||||||
"value" => "google",
|
"value" => "google",
|
||||||
"text" => "Google"
|
"text" => "Google"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"value" => "qwant",
|
||||||
|
"text" => "Qwant"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"value" => "yep",
|
"value" => "yep",
|
||||||
"text" => "Yep"
|
"text" => "Yep"
|
||||||
|
@ -171,6 +175,10 @@ $settings = [
|
||||||
"value" => "google",
|
"value" => "google",
|
||||||
"text" => "Google"
|
"text" => "Google"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"value" => "qwant",
|
||||||
|
"text" => "Qwant"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"value" => "yep",
|
"value" => "yep",
|
||||||
"text" => "Yep"
|
"text" => "Yep"
|
||||||
|
@ -212,7 +220,11 @@ $settings = [
|
||||||
[
|
[
|
||||||
"value" => "google",
|
"value" => "google",
|
||||||
"text" => "Google"
|
"text" => "Google"
|
||||||
]
|
],
|
||||||
|
[
|
||||||
|
"value" => "qwant",
|
||||||
|
"text" => "Qwant"
|
||||||
|
],
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
@ -231,6 +243,10 @@ $settings = [
|
||||||
"value" => "google",
|
"value" => "google",
|
||||||
"text" => "Google"
|
"text" => "Google"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"value" => "qwant",
|
||||||
|
"text" => "Qwant"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"value" => "yep",
|
"value" => "yep",
|
||||||
"text" => "Yep"
|
"text" => "Yep"
|
||||||
|
|
Loading…
Reference in a new issue