-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Currently, it's not possible to get the hashtag statistics, It would be nice if this lib allows me to retrieve the stats from YouTube.
Describe the solution you'd like
The type option on the .search method can be set to "hashtag", then we can get the stats of the hashtag itself.
const result = await youtubei.search("#coding", { type: "hashtag" });Additional context
I found that this is possible to do, there's a hashtagTileRenderer that renders the stats on the YouTube search result page.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request