mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
25 lines
417 B
TypeScript
25 lines
417 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',
|
|
},
|
|
{
|
|
ID: 'OqiXFXlYFi8',
|
|
QUERY: 'formatted comment text'
|
|
}
|
|
];
|
|
|
|
export const CHANNELS = [
|
|
{
|
|
ID: 'UC_x5XG1OV2P6uZZ5FSM9Ttw',
|
|
NAME: 'Linus Tech Tips'
|
|
}
|
|
]; |