To add all the videos from a youtube channel to your app, use the data_type as youtube_channel.
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.
Copy
Ask AI
pip install -u "embedchain[youtube]"
Copy
Ask AI
from embedchain import Appapp = App()app.add("@channel_name", data_type="youtube_channel")