mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-17 01:58:29 +00:00
Remove 'See specs for example' msgs after rebase drop
This commit is contained in:
parent
85fc7c94e7
commit
cc69d08983
@ -5,9 +5,7 @@ module YouTubeStructs
|
|||||||
#
|
#
|
||||||
# A gridPlaylistRenderer renders a playlist, that is located in a grid, to click on within the YouTube and Invidious UI.
|
# A gridPlaylistRenderer renders a playlist, that is located in a grid, to click on within the YouTube and Invidious UI.
|
||||||
# It is **not** the playlist itself.
|
# It is **not** the playlist itself.
|
||||||
#
|
# #
|
||||||
# See specs for example JSON response
|
|
||||||
#
|
|
||||||
# `PlaylistRenderer`s can be found almost everywhere on YouTube. In categories, search results, channels, etc.
|
# `PlaylistRenderer`s can be found almost everywhere on YouTube. In categories, search results, channels, etc.
|
||||||
#
|
#
|
||||||
struct PlaylistRenderer
|
struct PlaylistRenderer
|
||||||
|
@ -3,9 +3,7 @@ module YouTubeStructs
|
|||||||
#
|
#
|
||||||
# A videoRenderer renders a video to click on within the YouTube and Invidious UI. It is **not**
|
# A videoRenderer renders a video to click on within the YouTube and Invidious UI. It is **not**
|
||||||
# the watchable video itself.
|
# the watchable video itself.
|
||||||
#
|
# #
|
||||||
# See specs for example JSON response
|
|
||||||
#
|
|
||||||
# `videoRenderer`s can be found almost everywhere on YouTube. In categories, search results, channels, etc.
|
# `videoRenderer`s can be found almost everywhere on YouTube. In categories, search results, channels, etc.
|
||||||
#
|
#
|
||||||
struct VideoRenderer
|
struct VideoRenderer
|
||||||
|
@ -30,8 +30,6 @@ private module Parsers
|
|||||||
# A videoRenderer renders a video to click on within the YouTube and Invidious UI. It is **not**
|
# A videoRenderer renders a video to click on within the YouTube and Invidious UI. It is **not**
|
||||||
# the watchable video itself.
|
# the watchable video itself.
|
||||||
#
|
#
|
||||||
# See specs for example.
|
|
||||||
#
|
|
||||||
# `videoRenderer`s can be found almost everywhere on YouTube. In categories, search results, channels, etc.
|
# `videoRenderer`s can be found almost everywhere on YouTube. In categories, search results, channels, etc.
|
||||||
#
|
#
|
||||||
module VideoRendererParser
|
module VideoRendererParser
|
||||||
@ -132,8 +130,6 @@ private module Parsers
|
|||||||
# A channelRenderer renders a channel to click on within the YouTube and Invidious UI. It is **not**
|
# A channelRenderer renders a channel to click on within the YouTube and Invidious UI. It is **not**
|
||||||
# the channel page itself.
|
# the channel page itself.
|
||||||
#
|
#
|
||||||
# See specs for example.
|
|
||||||
#
|
|
||||||
# `channelRenderer`s can be found almost everywhere on YouTube. In categories, search results, channels, etc.
|
# `channelRenderer`s can be found almost everywhere on YouTube. In categories, search results, channels, etc.
|
||||||
#
|
#
|
||||||
module ChannelRendererParser
|
module ChannelRendererParser
|
||||||
@ -182,8 +178,6 @@ private module Parsers
|
|||||||
# A gridPlaylistRenderer renders a playlist, that is located in a grid, to click on within the YouTube and Invidious UI.
|
# A gridPlaylistRenderer renders a playlist, that is located in a grid, to click on within the YouTube and Invidious UI.
|
||||||
# It is **not** the playlist itself.
|
# It is **not** the playlist itself.
|
||||||
#
|
#
|
||||||
# See specs for example.
|
|
||||||
#
|
|
||||||
# `gridPlaylistRenderer`s can be found on the playlist-tabs of channels and expanded categories.
|
# `gridPlaylistRenderer`s can be found on the playlist-tabs of channels and expanded categories.
|
||||||
#
|
#
|
||||||
module GridPlaylistRendererParser
|
module GridPlaylistRendererParser
|
||||||
@ -220,8 +214,6 @@ private module Parsers
|
|||||||
#
|
#
|
||||||
# A playlistRenderer renders a playlist to click on within the YouTube and Invidious UI. It is **not** the playlist itself.
|
# A playlistRenderer renders a playlist to click on within the YouTube and Invidious UI. It is **not** the playlist itself.
|
||||||
#
|
#
|
||||||
# See specs for example.
|
|
||||||
#
|
|
||||||
# `playlistRenderer`s can be found almost everywhere on YouTube. In categories, search results, recommended, etc.
|
# `playlistRenderer`s can be found almost everywhere on YouTube. In categories, search results, recommended, etc.
|
||||||
#
|
#
|
||||||
module PlaylistRendererParser
|
module PlaylistRendererParser
|
||||||
@ -278,8 +270,6 @@ private module Parsers
|
|||||||
# the various organizational sections in the channel home page. A separate one (richShelfRenderer) is used
|
# the various organizational sections in the channel home page. A separate one (richShelfRenderer) is used
|
||||||
# for YouTube home. A shelfRenderer can also sometimes be expanded to show more content within it.
|
# for YouTube home. A shelfRenderer can also sometimes be expanded to show more content within it.
|
||||||
#
|
#
|
||||||
# See specs for example.
|
|
||||||
#
|
|
||||||
# `shelfRenderer`s can be found almost everywhere on YouTube. In categories, search results, channels, etc.
|
# `shelfRenderer`s can be found almost everywhere on YouTube. In categories, search results, channels, etc.
|
||||||
#
|
#
|
||||||
module CategoryRendererParser
|
module CategoryRendererParser
|
||||||
|
Loading…
Reference in New Issue
Block a user