mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-23 23:09:28 +00:00
feat: add PlaylistPanelVideoWrapper parser (#176)
* feat: add `PlaylistPanelVideoWrapper` parser * fix: `PlaylistPanelVideoWrapper` no counterpart
This commit is contained in:
@@ -184,6 +184,7 @@ import { default as PlaylistInfoCardContent } from './classes/PlaylistInfoCardCo
|
||||
import { default as PlaylistMetadata } from './classes/PlaylistMetadata';
|
||||
import { default as PlaylistPanel } from './classes/PlaylistPanel';
|
||||
import { default as PlaylistPanelVideo } from './classes/PlaylistPanelVideo';
|
||||
import { default as PlaylistPanelVideoWrapper } from './classes/PlaylistPanelVideoWrapper';
|
||||
import { default as PlaylistSidebar } from './classes/PlaylistSidebar';
|
||||
import { default as PlaylistSidebarPrimaryInfo } from './classes/PlaylistSidebarPrimaryInfo';
|
||||
import { default as PlaylistSidebarSecondaryInfo } from './classes/PlaylistSidebarSecondaryInfo';
|
||||
@@ -450,6 +451,7 @@ const map: Record<string, YTNodeConstructor> = {
|
||||
PlaylistMetadata,
|
||||
PlaylistPanel,
|
||||
PlaylistPanelVideo,
|
||||
PlaylistPanelVideoWrapper,
|
||||
PlaylistSidebar,
|
||||
PlaylistSidebarPrimaryInfo,
|
||||
PlaylistSidebarSecondaryInfo,
|
||||
|
||||
Reference in New Issue
Block a user