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