From 209356b8ade1920b50d1d3a1a5e121c6623d167b Mon Sep 17 00:00:00 2001 From: Minteck Date: Fri, 11 Nov 2022 23:47:49 +0100 Subject: Update --- api/video.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'api/video.php') diff --git a/api/video.php b/api/video.php index 00c8214..21af642 100644 --- a/api/video.php +++ b/api/video.php @@ -25,15 +25,10 @@ if (isset($_GET['id'])) { echo(json_encode([ "title" => $data["fulltitle"], "author" => $data["channel"], - "count" => [ - "channel" => $data["channel_follower_count"], - "likes" => $data["like_count"], - "views" => $data["view_count"] - ], "duration" => $data["duration"], "stream" => $selected, "url" => $stream["url"], - "duration_pretty" => $stream["duration_string"], + "duration_pretty" => $data["duration_string"], "poster" => $data["thumbnail"], ], JSON_PRETTY_PRINT)); } \ No newline at end of file -- cgit