Files
yt-local/youtube
Astounds e8e2aa93d6 fix(channel): fix shorts/streams pagination using continuation tokens
- Add continuation_token_cache to store ctokens between page requests
- Use cached ctoken for page 2+ instead of generating fresh tokens
- Switch shorts/streams to Next/Previous buttons (no page numbers)
- Show "N+ videos" indicator when more pages are available
- Fix UnboundLocalError when page_call was undefined for shorts/streams

The issue was that YouTube's InnerTube API requires continuation tokens
for pagination on shorts/streams tabs, but the code was generating a new
ctoken each time, always returning the same 30 videos.
2026-04-05 18:19:05 -05:00
..
2026-04-05 14:56:51 -05:00
2026-04-05 14:56:51 -05:00
2026-04-05 17:43:01 -05:00
2021-08-14 18:36:17 -05:00
2023-05-28 20:42:47 -04:00
2026-04-05 14:56:51 -05:00
2026-04-01 11:54:46 -05:00
2026-04-05 14:56:51 -05:00