Update docs (#1170)

This commit is contained in:
Deshraj Yadav
2024-01-14 12:09:40 +05:30
committed by GitHub
parent 7444f59e3c
commit 325e11f0de
4 changed files with 26 additions and 21 deletions

View File

@@ -2,15 +2,17 @@
title: '📽️ Youtube Channel'
---
To add all the videos from a youtube channel to your app, use the data_type as `youtube_channel`.
## Setup
<Note>
Make sure you have all the required packages installed before using this data type. You can install them by running the following command in your terminal.
```bash
pip install -u "embedchain[youtube]"
```
</Note>
## Usage
To add all the videos from a youtube channel to your app, use the data_type as `youtube_channel`.
```python
from embedchain import App