Files
YouTube.js/test/constants.ts
LuanRT 0e5e0c0fab feat(Channel): add support for filters (#237)
* feat: add support for filters

Also add `channel#getShorts()` and `channel#getLiveStreams()`

* docs: update API ref

* chore: add tests
2022-11-14 19:08:16 -03:00

21 lines
349 B
TypeScript

export const VIDEOS = [
{
ID: 'bUHZ2k9DYHY',
QUERY: 'Space DOES NOT expand everywhere'
},
{
ID: 'WSeNSzJ2-Jw',
QUERY: 'Scary Monsters and Nice Sprites Official Audio'
},
{
ID: 'I1qsF0WQy8c',
QUERY: 'mkbhd',
}
];
export const CHANNELS = [
{
ID: 'UC_x5XG1OV2P6uZZ5FSM9Ttw',
NAME: 'Linus Tech Tips'
}
];