mirror of
https://gitea.invidious.io/iv-org/documentation
synced 2025-02-18 12:50:47 +01:00
Updated API (markdown)
This commit is contained in:
parent
c86cad8216
commit
bda6d708cc
6
API.md
6
API.md
@ -380,6 +380,7 @@ page: Int32
|
||||
|
||||
videoCount: Int32,
|
||||
videos: [
|
||||
{
|
||||
"title": String,
|
||||
"videoId": String,
|
||||
"lengthSeconds": Int32,
|
||||
@ -391,6 +392,7 @@ page: Int32
|
||||
height: Int32
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -460,6 +462,7 @@ page: Int32
|
||||
|
||||
videoCount: Int32,
|
||||
videos: [
|
||||
{
|
||||
"title": String,
|
||||
"videoId": String,
|
||||
"lengthSeconds": Int32,
|
||||
@ -471,6 +474,7 @@ page: Int32
|
||||
height: Int32
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -531,6 +535,7 @@ type: "video", "playlist", "channel", "all", (default: video)
|
||||
"updated": Int64,
|
||||
|
||||
"videos": [
|
||||
{
|
||||
"title": String,
|
||||
"videoId": String,
|
||||
"author": String,
|
||||
@ -547,6 +552,7 @@ type: "video", "playlist", "channel", "all", (default: video)
|
||||
],
|
||||
"index": Int32,
|
||||
"lengthSeconds": Int32
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user