> ## Documentation Index
> Fetch the complete documentation index at: https://docs.push.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Youtube

Youtube actions to interact with youtube app

<Accordion title="Get Channel Id by Handle">
  Get the id of channel using the channel's handle. for example @composio
</Accordion>

<Accordion title="List channel videos">
  List videos of a specific youtube channel.
</Accordion>

<Accordion title="List caption track">
  List captions of a youtube video.
</Accordion>

<Accordion title="List user playlists">
  List user playlists.
</Accordion>

<Accordion title="Video details">
  List all details about a youtube video, including likes, views, etc.
</Accordion>

<Accordion title="Update thumbnail">
  Update the thumbnail of a youtube video.
</Accordion>

<Accordion title="List user subscriptions">
  List user subscriptions.
</Accordion>

<Accordion title="Load captions">
  Download and extract text from youtube captions note : you can only download captions for videos you own.
</Accordion>

<Accordion title="Update video">
  Update a video's metadata on youtube.
</Accordion>

<Accordion title="Search you tube">
  Search youtube for videos, channels, or playlists.
</Accordion>

<Accordion title="Subscribe channel">
  Subscribe to a youtube channel.
</Accordion>
