diff options
author | lolcat <will@lolcat.ca> | 2024-04-21 19:48:14 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2024-04-21 19:48:14 -0400 |
commit | 9b8e0a4e0b5e528f7cedbf44c23b0093e7a95d12 (patch) | |
tree | eb9695fc11f54f40f4b69e773c88764777f47603 /scraper | |
parent | 130358a9e0504a55cf3f86b2d7035feb7f4e84de (diff) |
fuck
Diffstat (limited to 'scraper')
-rw-r--r-- | scraper/yt.php (renamed from scraper/youtube.php) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/youtube.php b/scraper/yt.php index 526b026..668b8f5 100644 --- a/scraper/youtube.php +++ b/scraper/yt.php @@ -4,7 +4,7 @@ //header("Content-Type: application/json"); //echo json_encode($yt->video("minecraft", null, "today", "any", "any", "live", "relevance")); -class youtube{ +class yt{ public function __construct(){ |