mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Updated API (markdown)
This commit is contained in:
parent
28bb719f19
commit
49381ef9e4
1 changed files with 5 additions and 2 deletions
7
API.md
7
API.md
|
@ -74,7 +74,10 @@
|
|||
"lengthSeconds": Int32,
|
||||
"allowRatings": Bool,
|
||||
"rating": Float32,
|
||||
"isListed": Bool?,
|
||||
"isListed": Bool,
|
||||
"liveNow": Bool,
|
||||
"isUpcoming": Bool,
|
||||
"premiereTimestamp": Int64?,
|
||||
|
||||
"hlsUrl": String?,
|
||||
"adaptiveFormats": [
|
||||
|
@ -189,7 +192,7 @@ continuation: String
|
|||
|
||||
##### GET `/api/v1/insights/:id`
|
||||
|
||||
**Will always return 503: `YouTube has removed publicly-available analytics`***
|
||||
**Will always return 510: `YouTube has removed publicly-available analytics`***
|
||||
|
||||
> Schema:
|
||||
|
||||
|
|
Loading…
Reference in a new issue