1
0
mirror of https://github.com/Decicus/DecAPI-Docs.git synced 2024-11-25 22:02:32 +01:00

[YouTube] Latest video - Document format changes

This commit is contained in:
Alex Thomassen 2021-10-08 19:40:04 +02:00
parent 817586f00c
commit 1714e49d70
Signed by: Alex
GPG Key ID: 10BD786B5F6FF5DE

View File

@ -9,6 +9,8 @@ endpoints:
- name: "skip"
description: 'Skips the specified amount of uploads. - Default: 0. - Maximum: 50.'
type: "int"
- name: "format"
description: "Customize the output format of the latest video. Available variables are: <code>{title}</code>, <code>{id}</code>, <code>{url}</code>. Default format is: <kbd>{title} - {url}</kbd>"
notes:
- 'Retrieves the latest video uploaded to the specified channel and returns the title + URL for it.'
- 'Either <code>user</code> or <code>id</code> has to be specified. If both are specified, <code>id</code> will be used.'