This commit is contained in:
Fijxu 2026-06-14 12:35:55 -04:00
parent 1b40e76af8
commit b9b61e6201
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -630,7 +630,8 @@ private module Parsers
end end
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. # Returns nil when the given object is not a lockupViewModel.
# #
# This structure is present since November 2024 on the "podcasts" and # This structure is present since November 2024 on the "podcasts" and
@ -638,6 +639,7 @@ private module Parsers
# a richItemRenderer or a richGridRenderer. # a richItemRenderer or a richGridRenderer.
# #
# Since 2026-05-21, now channel videos are encapsulated in a lockupViewModel. # 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 module LockupViewModelParser
extend self extend self
include BaseParser include BaseParser