mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-18 03:59:38 +00:00
* dev: add `WEB_KIDS` innertube client * refactor: move DASH manifest stuff out of `VideoInfo` This makes it easier to use these functions elsewhere. * feat(ytkids): add `Kids#getInfo()` & `Kids#search()` * feat: add `Innertube#kids.getHomeFeed()` * docs: add YouTube Kids API ref * docs: fix typo * docs: fix yet another typo * docs: update YouTube Music API ref Unrelated but required to reflect changes made to the DASH manifest generation functions * chore: lint * chore: add tests * feat: include `captions` in `VideoInfo` * chore: fix tests
37 lines
626 B
TypeScript
37 lines
626 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'
|
|
}
|
|
]; |