Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.6 KB

File metadata and controls

48 lines (39 loc) · 1.6 KB

YouTube

Mode: 🔐 Browser · Domain: youtube.com

Commands

Command Description
opencli youtube search Search videos
opencli youtube video Get video metadata
opencli youtube transcript Get video transcript/subtitles
opencli youtube comments Get video comments
opencli youtube channel Get channel info and videos
opencli youtube playlist Get playlist video list
opencli youtube feed Homepage recommended videos
opencli youtube history Watch history
opencli youtube watch-later Watch Later queue
opencli youtube subscriptions List subscribed channels
opencli youtube like Like a video
opencli youtube unlike Remove like from a video
opencli youtube subscribe Subscribe to a channel
opencli youtube unsubscribe Unsubscribe from a channel

Usage Examples

# Read commands
opencli youtube feed --limit 10
opencli youtube history --limit 20
opencli youtube watch-later --limit 50
opencli youtube subscriptions --limit 30

# Search and video info
opencli youtube search "rust programming" --limit 5
opencli youtube video "https://www.youtube.com/watch?v=xxx"
opencli youtube transcript "https://www.youtube.com/watch?v=xxx"

# Write commands (requires login)
opencli youtube like "https://www.youtube.com/watch?v=xxx"
opencli youtube unlike "videoId"
opencli youtube subscribe "@ChannelHandle"
opencli youtube unsubscribe "UCxxxxxxxxxxxxxx"

Prerequisites