mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-20 04:51:16 +00:00
* fix #230: WatchCardHeroVideo AccessibilityData Parser error * add WatchCardHeroVideo test case
14 lines
247 B
TypeScript
14 lines
247 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',
|
|
}
|
|
]; |