mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-18 03:59:38 +00:00
* feat(Channel): Add getters for all optional tabs * Fix typo in test description Co-authored-by: LuanRT <luan.lrt4@gmail.com> --------- Co-authored-by: LuanRT <luan.lrt4@gmail.com>
49 lines
840 B
TypeScript
49 lines
840 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'
|
|
},
|
|
{
|
|
ID: 'O3cCYok_ukk',
|
|
QUERY: 'upcoming video'
|
|
},
|
|
{
|
|
ID: 'jfKfPfyJRdk',
|
|
QUERY: 'live video'
|
|
},
|
|
{
|
|
ID: 'juN8qEgLScw',
|
|
QUERY: 'Galapagos Tortoise Can\'t Get Enough Watermelon'
|
|
}
|
|
];
|
|
|
|
export const CHANNELS = [
|
|
{
|
|
ID: 'UCXuqSBlHAE6Xw-yeJA0Tunw',
|
|
NAME: 'Linus Tech Tips'
|
|
},
|
|
{
|
|
ID: 'UCpbpfcZfo-hoDAx2m1blFhg',
|
|
NAME: 'Learning Blocks'
|
|
},
|
|
{
|
|
ID: 'UCt-oJR5teQIjOAxCmIQvcgA',
|
|
NAME: "They're Just Movies"
|
|
},
|
|
{
|
|
ID: 'UCOpNcN46UbXVtpKMrmU4Abg',
|
|
NAME: "Gaming"
|
|
}
|
|
]; |