The gog youtube command group currently supports activities, channels, comments, playlists, and videos, but is missing a search subcommand.
The YouTube Data API v3 has a search.list endpoint that allows searching for videos, channels, and playlists by query string with filters like type, sort order, and channel restriction.
Proposed: gog youtube search ls <query> with --type, --order, --channel-id, --max, --page flags. Should support both OAuth and API key auth paths, and follow existing table/JSON output patterns.
PR: #650
The
gog youtubecommand group currently supportsactivities,channels,comments,playlists, andvideos, but is missing asearchsubcommand.The YouTube Data API v3 has a
search.listendpoint that allows searching for videos, channels, and playlists by query string with filters like type, sort order, and channel restriction.Proposed:
gog youtube search ls <query>with--type,--order,--channel-id,--max,--pageflags. Should support both OAuth and API key auth paths, and follow existing table/JSON output patterns.PR: #650