Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,8 @@ List a channel's feed, paginated. Use `tab` to choose the uploads feed (default,

**Sorting.** Add sort=latest, popular, or oldest to channel/videos to get a channel's videos in the order you want, for example its most-popular uploads first. A sorted page returns about 30 videos (an unsorted page returns about 100), and every page costs the same 1 credit.

Sorted results come from YouTube's Videos tab (long-form only); Shorts have their own tab=shorts feed.

When paging, send the same sort on each request.

Every item carries **`members_only`**: `true` only when YouTube badges the video "Members only", and those items have no `viewCountText`. It is always `false` on the uploads feed, on `tab: "shorts"`, and on playlists.
Expand Down
2 changes: 2 additions & 0 deletions skills/youtube/references/mcp-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ or live streams (~48/page), and the optional `sort` to order the Videos tab.

**Sorting.** Add sort=latest, popular, or oldest to channel/videos to get a channel's videos in the order you want, for example its most-popular uploads first. A sorted page returns about 30 videos (an unsorted page returns about 100), and every page costs the same 1 credit.

Sorted results come from YouTube's Videos tab (long-form only); Shorts have their own tab=shorts feed.

When paging, send the same sort on each request.

Every item carries **`members_only`**: `true` only when YouTube badges the video "Members only", and those items have no `viewCountText`. It is always `false` on the uploads feed, on `tab: "shorts"`, and on playlists.
Expand Down
2 changes: 2 additions & 0 deletions skills/youtube/references/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ Provide **exactly one** of `channel` or `continuation`. The response carries

**Sorting.** Add sort=latest, popular, or oldest to channel/videos to get a channel's videos in the order you want, for example its most-popular uploads first. A sorted page returns about 30 videos (an unsorted page returns about 100), and every page costs the same 1 credit.

Sorted results come from YouTube's Videos tab (long-form only); Shorts have their own tab=shorts feed.

When paging, send the same sort on each request.

Every item carries `members_only`, `true` only when YouTube badges it "Members only", and those
Expand Down
Loading