mirror of
https://github.com/Decicus/DecAPI-Docs.git
synced 2024-11-22 08:52:31 +01:00
[YouTube] Latest video - Clarify that exclude only affects video title
This commit is contained in:
parent
0c6be8dba7
commit
91cc6224e0
@ -12,7 +12,7 @@ endpoints:
|
||||
- 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>"
|
||||
- name: "exclude"
|
||||
description: "Exclude videos that contain the specified text. This is case-insensitive."
|
||||
description: "Exclude videos that contain the specified text in the <i>video title</i>. This is case-insensitive."
|
||||
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.'
|
||||
|
Loading…
Reference in New Issue
Block a user