From b9b61e620115a60218f42e1675a4edddb71e8d23 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Sun, 14 Jun 2026 12:35:55 -0400 Subject: [PATCH] save --- src/invidious/yt_backend/extractors.cr | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/invidious/yt_backend/extractors.cr b/src/invidious/yt_backend/extractors.cr index b2226e74..6896ac25 100644 --- a/src/invidious/yt_backend/extractors.cr +++ b/src/invidious/yt_backend/extractors.cr @@ -630,7 +630,8 @@ private module Parsers end end - # Parses an InnerTube lockupViewModel into a SearchPlaylist or a SearchVideo + # Parses an InnerTube lockupViewModel into a SearchPlaylist, SearchVideo + # or a PlaylistVideo. # Returns nil when the given object is not a lockupViewModel. # # This structure is present since November 2024 on the "podcasts" and @@ -638,6 +639,7 @@ private module Parsers # a richItemRenderer or a richGridRenderer. # # Since 2026-05-21, now channel videos are encapsulated in a lockupViewModel. + # Since 2026-06-12, now videos inside a playlist are encapsulated in a lockupViewModel. module LockupViewModelParser extend self include BaseParser