mirror of
https://github.com/iv-org/invidious.git
synced 2026-07-07 06:06:48 -05:00
save
This commit is contained in:
parent
1b40e76af8
commit
b9b61e6201
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user