Files
yt-local/youtube/templates
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 17:43:01 -05:00
2026-04-05 14:56:51 -05:00
2022-10-05 10:29:23 +08:00
2026-04-05 14:56:51 -05:00
2022-10-05 10:29:23 +08:00
2026-04-05 17:43:01 -05:00
2021-06-14 18:39:03 -05:00
2021-05-06 15:18:19 -05:00
2026-04-05 17:43:01 -05:00