# Youtube

| Commands                        | Explanation                                                                 |
| ------------------------------- | --------------------------------------------------------------------------- |
| /youtube add-keywords keywords: | You can add multiple keywords, just ensure to add comma between each words. |

{% hint style="info" %}
**Useful tip:** You can choose to have the bot scan for a single word consecutively if you add a comma between each keyword or you can add several words in one single keyword.&#x20;

<mark style="background-color:purple;">Example usage:</mark>\
/contentscan add-keywords keywords: i like eating apple, but i dislike orange, lemon taste great\
\&#xNAN;*"i like eating apple"* **This would count as 1 keyword.**\
\
If you add more words per keywords, the more specialized the bot will be when flagging against domains. This can be useful for matching specific sentences that some site uses, which usually yields a more surgicial target against a very specific website content.
{% endhint %}

{% hint style="info" %}
Youtube scan is disabled by default. To activate it, simply add keywords
{% endhint %}

| Commands               | Explanation                                                         |
| ---------------------- | ------------------------------------------------------------------- |
| /youtube list-keywords | This command will list all the keywords you have added for youtube. |

{% tabs %}
{% tab title="Command demonstration" %}
{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FExRFSiGGE6uXpYA2tMPv%2Fuploads%2FKccrBJMT9ymfS5gk3hk2%2Fyoutube%20list%20keywords.gif?alt=media&token=9ffa3f55-67cf-49a7-a7c2-852a5725f11a>" %}
{% endtab %}
{% endtabs %}

| Commands                           | Explanation                                                                 |
| ---------------------------------- | --------------------------------------------------------------------------- |
| /youtube remove-keywords keywords: | This command will remove specific keywords you previously added on youtube. |

{% tabs %}
{% tab title="Command demonstration" %}
{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FExRFSiGGE6uXpYA2tMPv%2Fuploads%2F4UccK9o0ZhTZItG5okzX%2Fyoutube%20remove%20keywords.gif?alt=media&token=8c17156d-0094-4b1b-b321-b7237cbd12f6>" %}
{% endtab %}
{% endtabs %}

| Commands                  | Explanation                                                                                                                                                         |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| /youtube add-channel url: | <p>Block a specific youtube channel. Do note that you need to submit a valid video url from the channel. <br>Command will not work if you copy the channel url!</p> |

{% tabs %}
{% tab title="Command demonstration" %}
{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FExRFSiGGE6uXpYA2tMPv%2Fuploads%2FmVfeW6REA04eZcFn5jM2%2Fyoutube-add-ch.gif?alt=media&token=030ea870-79d4-4d5c-92d3-b99607e1c414>" %}
{% endtab %}
{% endtabs %}

| Commands               | Explanation                                |
| ---------------------- | ------------------------------------------ |
| /youtube list-channels | Show list of blacklisted youtube channels. |

{% tabs %}
{% tab title="Command demonstration" %}
{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FExRFSiGGE6uXpYA2tMPv%2Fuploads%2F9vkl4QBvuwECqrvoSvdx%2Fyoutube-list-ch.gif?alt=media&token=1ec1b936-87ee-45d9-86f0-c38a745cd8b4>" %}
{% endtab %}
{% endtabs %}

| Commands                    | Explanation                                                                                                |
| --------------------------- | ---------------------------------------------------------------------------------------------------------- |
| /youtube remove-channel id: | Remove the blacklisted youtube channel. Make sure you copy the ID and not the name of the youtube channel! |

{% tabs %}
{% tab title="Command demonstration" %}
{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FExRFSiGGE6uXpYA2tMPv%2Fuploads%2FfAFc2zeOqRbedves4otU%2Fyoutube-remove-ch.gif?alt=media&token=c7f8951c-f1e0-4991-af2a-4324721a2521>" %}
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dis.tf/commands/youtube.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
