aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_shorts.py
Commit message (Collapse)AuthorAgeFilesLines
* test: add unit tests for YouTube Shorts supportAstounds19 hours1-0/+213
18 tests covering: - channel_ctoken_v5 protobuf token generation per tab - shortsLockupViewModel parsing (id, title, thumbnail, type) - View count formatting with K/M/B suffixes - extract_items with reloadContinuationItemsCommand response format All tests run offline with mocked data, no network access.