Skip to main content
Module

x/youtubei/deno.ts>YT.HomeFeed

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

Constructors

new
HomeFeed(
actions: Actions,
already_parsed?,
)

Properties

header: FeedTabbedHeader

Methods

applyFilter(filter: string | ChipCloudChip): Promise<HomeFeed>

Applies given filter to the feed. Use filters to get available filters.

Retrieves next batch of contents.