mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-18 03:59:38 +00:00
* feat: add support for filters Also add `channel#getShorts()` and `channel#getLiveStreams()` * docs: update API ref * chore: add tests
21 lines
349 B
TypeScript
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'
|
|
}
|
|
]; |