mirror of
https://github.com/iv-org/invidious.git
synced 2026-09-26 11:35:27 -05:00
chore(docs): add comment for GridShowRenderer and fix format
This commit is contained in:
parent
df298c1161
commit
f3f045299b
@ -339,6 +339,15 @@ private module Parsers
|
||||
end
|
||||
end
|
||||
|
||||
# Parses a InnerTube gridShowRenderer into a SearchPlaylist. Returns nil when the given object isn't a gridShowRenderer
|
||||
#
|
||||
# A gridShowRenderer renders a playlist, that is located in a grid, to click on within the YouTube and Invidious UI.
|
||||
# It is **not** the playlist itself.
|
||||
#
|
||||
# See specs for example.
|
||||
#
|
||||
# `gridShowRenderer`s can be found on the "shows" tab of channels.
|
||||
#
|
||||
module GridShowRenderer
|
||||
extend self
|
||||
include BaseParser
|
||||
@ -376,6 +385,7 @@ private module Parsers
|
||||
return {{@type.name}}
|
||||
end
|
||||
end
|
||||
|
||||
# Parses a InnerTube playlistRenderer into a SearchPlaylist. Returns nil when the given object isn't a playlistRenderer
|
||||
#
|
||||
# A playlistRenderer renders a playlist to click on within the YouTube and Invidious UI. It is **not** the playlist itself.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user