Skip to content

Commit ec84c82

Browse files
authored
Merge PR #14: Videos-tab Shorts nuance
docs: note that sorted results come from the Videos tab
2 parents 8399c33 + 2d23cc4 commit ec84c82

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

‎README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,8 @@ List a channel's feed, paginated. Use `tab` to choose the uploads feed (default,
393393

394394
**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.
395395

396+
Sorted results come from YouTube's Videos tab (long-form only); Shorts have their own tab=shorts feed.
397+
396398
When paging, send the same sort on each request.
397399

398400
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.

‎skills/youtube/references/mcp-tools.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ or live streams (~48/page), and the optional `sort` to order the Videos tab.
170170

171171
**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.
172172

173+
Sorted results come from YouTube's Videos tab (long-form only); Shorts have their own tab=shorts feed.
174+
173175
When paging, send the same sort on each request.
174176

175177
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.

‎skills/youtube/references/rest-api.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ Provide **exactly one** of `channel` or `continuation`. The response carries
197197

198198
**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.
199199

200+
Sorted results come from YouTube's Videos tab (long-form only); Shorts have their own tab=shorts feed.
201+
200202
When paging, send the same sort on each request.
201203

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

0 commit comments

Comments
 (0)