youtube_video. Eg:
Data types
πΊ Youtube Video
To add any youtube video to your app, use the data_type as
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
youtube_video. Eg:
from embedchain import App
app = App()
app.add('a_valid_youtube_url_here', data_type='youtube_video')
Was this page helpful?