UNPKG

@np-dev/youtubei-js

Version:

A wrapper around YouTube's private API. Supports YouTube, YouTube Music, YouTube Kids and YouTube Studio (WIP).

10 lines 354 B
import GuideEntry from './GuideEntry.js'; class GuideDownloadsEntry extends GuideEntry { constructor(data) { super(data.entryRenderer.guideEntryRenderer); this.always_show = !!data.alwaysShow; } } GuideDownloadsEntry.type = 'GuideDownloadsEntry'; export default GuideDownloadsEntry; //# sourceMappingURL=GuideDownloadsEntry.js.map