unfunnyatearug cba508ba61 custom youtube emojis dont render
custom yt emojis don't render anymore on invidious, youtube changed the comment format to commentEntityPayload which goes to parse_description but it never reads attachmentRuns, the emoji images live there. the old emoji code sits in content_to_comment_html, which gets no data now, the descriptions have the same flaw.

the fix was reading attachmentRuns in the same pass as commandRuns

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-17 23:49:21 +03:00
..