mirror of
https://github.com/iv-org/documentation.git
synced 2025-07-27 00:35:54 -04:00
Fix various documentation issues
This commit is contained in:
parent
4f07f8f4b5
commit
7cc3ea5e97
1 changed files with 12 additions and 2 deletions
14
docs/api.md
14
docs/api.md
|
@ -117,7 +117,7 @@ All endpoints that return a JSON body support `&hl=LANGUAGE` for translating fie
|
||||||
"type": String,
|
"type": String,
|
||||||
"clen": String,
|
"clen": String,
|
||||||
"lmt": String,
|
"lmt": String,
|
||||||
"projectionType": Int32,
|
"projectionType": String,
|
||||||
"container": String,
|
"container": String,
|
||||||
"encoding": String,
|
"encoding": String,
|
||||||
"qualityLabel": String?,
|
"qualityLabel": String?,
|
||||||
|
@ -140,7 +140,7 @@ All endpoints that return a JSON body support `&hl=LANGUAGE` for translating fie
|
||||||
"captions": [
|
"captions": [
|
||||||
{
|
{
|
||||||
"label": String,
|
"label": String,
|
||||||
"languageCode": String,
|
"language_code": String,
|
||||||
"url": String
|
"url": String
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -203,6 +203,8 @@ Returns annotation XML from YouTube's `/annotations_invideo` endpoint. Alternati
|
||||||
|
|
||||||
"isEdited": Boolean,
|
"isEdited": Boolean,
|
||||||
"isPinned": Boolean,
|
"isPinned": Boolean,
|
||||||
|
"isSponsor": Boolean?,
|
||||||
|
"sponsorIconUrl": String?,
|
||||||
|
|
||||||
"content": String,
|
"content": String,
|
||||||
"contentHtml": String,
|
"contentHtml": String,
|
||||||
|
@ -430,6 +432,13 @@ q: String
|
||||||
videoCount: Int32,
|
videoCount: Int32,
|
||||||
description: String,
|
description: String,
|
||||||
descriptionHtml: String
|
descriptionHtml: String
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: "hashtag"
|
||||||
|
title: String,
|
||||||
|
url: String,
|
||||||
|
channelCount: Int32,
|
||||||
|
videoCount: Int32
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
```
|
```
|
||||||
|
@ -470,6 +479,7 @@ region: ISO 3166 country code (default: "US")
|
||||||
|
|
||||||
"videoCount": Int32,
|
"videoCount": Int32,
|
||||||
"viewCount": Int64,
|
"viewCount": Int64,
|
||||||
|
"viewCountText": String,
|
||||||
"updated": Int64,
|
"updated": Int64,
|
||||||
|
|
||||||
"videos": [
|
"videos": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue