mirror of
https://github.com/TeamPiped/documentation.git
synced 2024-08-14 23:50:09 +00:00
Update index.md
fix JOSN prop in /streams/:videoId
This commit is contained in:
parent
d66b1a9051
commit
b88ebd1ecc
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ Response:
|
|||
], // A list of subtitles
|
||||
"thumbnailUrl": "https://pipedproxy-bom.kavin.rocks/vi/...", // The thumbnail of the video
|
||||
"title": "", // The title of the video
|
||||
"uploadedDate": "2021-01-01", // The date the video was uploaded
|
||||
"uploadDate": "2021-01-01", // The date the video was uploaded
|
||||
"uploader": "", // The name of the channel of the video
|
||||
"uploaderUrl": "/channel/...", // The URL of the channel of the video
|
||||
"uploaderVerified": true, // Whether or not the channel of the video is verified
|
||||
|
|
Loading…
Reference in a new issue