mirror of
https://github.com/iv-org/invidious.git
synced 2026-09-06 00:52:45 -05:00
- Set description_node to nil for absent interactiveTabbedHeaderRenderer so description_node.as_s does not TypeCastError (PR #5984 finding) - Validate byline browseId as non-empty string before selecting channel run - Token-aware view-count/relative-date metadata matching in lockupViewModel parser prevents author rows like 'Chicago' from being misread - linkify_hashtags accepts raw title, HTML-escapes internally, preventing false /hashtag/39 links from escaped apostrophes; template passes raw title - Add regression tests for hashtag apostrophe handling