mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-04 12:47:04 +00:00
feat: add is_live and is_upcoming to VideoDetails (#271)
* feat: add is_live and is_upcoming to VideoDetails * chore: add tests
This commit is contained in:
@@ -14,6 +14,14 @@ export const VIDEOS = [
|
||||
{
|
||||
ID: 'OqiXFXlYFi8',
|
||||
QUERY: 'formatted comment text'
|
||||
},
|
||||
{
|
||||
ID: 'O3cCYok_ukk',
|
||||
QUERY: 'upcoming video'
|
||||
},
|
||||
{
|
||||
ID: 'jfKfPfyJRdk',
|
||||
QUERY: 'live video'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user