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

[YouTube] Latest video - Document exclude parameter

This commit is contained in:
Alex Thomassen 2023-03-17 22:18:23 +01:00
parent 4f39d2d552
commit 0c6be8dba7
Signed by: Alex
GPG Key ID: 10BD786B5F6FF5DE

View File

@ -11,6 +11,8 @@ endpoints:
type: "int" type: "int"
- name: "format" - 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>" 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>"
- name: "exclude"
description: "Exclude videos that contain the specified text. This is case-insensitive."
notes: notes:
- 'Retrieves the latest video uploaded to the specified channel and returns the title + URL for it.' - '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.' - 'Either <code>user</code> or <code>id</code> has to be specified. If both are specified, <code>id</code> will be used.'