Potential fix for pull request finding

Agreed - the comment can be improved - the core suggestion still applies

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Maarten den Braber 2026-07-31 11:11:22 +02:00 committed by GitHub
parent 250438f287
commit 873acd3ff1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -159,8 +159,8 @@ private module Parsers
# A livestream no longer necessarily carries a "LIVE" entry in `badges`.
# On the trending feed — which is the livestreams feed since YouTube
# removed the aggregated trending page — `badges` is absent altogether and
# the only marker is the thumbnail's time-status overlay, which reads
# `{"style": "LIVE", "text": "LIVE"}` in place of a duration.
# the only marker is the thumbnail's time-status overlay, which carries
# `{"style": "LIVE", "text": {"simpleText": "LIVE"}}` in place of a duration.
#
# Without this, every item on that feed is serialised as
# `liveNow: false`, directly contradicting `/api/v1/videos` for the same