Remove 'See specs for example' msgs after rebase drop

This commit is contained in:
syeopite 2021-10-12 04:06:32 -07:00
parent 85fc7c94e7
commit cc69d08983
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82
3 changed files with 2 additions and 16 deletions

View File

@ -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

View File

@ -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

View File

@ -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