Files
YouTube.js/test/constants.ts
2022-08-20 04:05:34 -03:00

10 lines
195 B
TypeScript

export const VIDEOS = [
{
ID: 'bUHZ2k9DYHY',
QUERY: 'Space DOES NOT expand everywhere'
},
{
ID: 'WSeNSzJ2-Jw',
QUERY: 'Scary Monsters and Nice Sprites Official Audio'
}
];