pip install -u "embedchain[youtube]"
youtube_video
from embedchain import App app = App() app.add('a_valid_youtube_url_here', data_type='youtube_video')
Was this page helpful?