Skip to main content
Module

x/youtubei/deno.ts>YTKids.HomeFeed

A wrapper around YouTube's internal API — reverse engineering InnerTube
Very Popular
Go to Latest
class YTKids.HomeFeed
import { YTKids } from "https://deno.land/x/youtubei@v9.3.0-deno/deno.ts";
const { HomeFeed } = YTKids;

Constructors

new
HomeFeed(
actions: Actions,
already_parsed?,
)

Properties

readonly
categories: string[]
optional
contents: KidsHomeScreen
optional
header: KidsCategoriesHeader

Methods

selectCategoryTab(tab: string | KidsCategoryTab): Promise<HomeFeed>

Retrieves the contents of the given category tab. Use HomeFeed.categories to get a list of available categories.