From cc69d0898356e9f9edd2330fe92e25675931dccd Mon Sep 17 00:00:00 2001 From: syeopite Date: Tue, 12 Oct 2021 04:06:32 -0700 Subject: [PATCH] Remove 'See specs for example' msgs after rebase drop --- .../youtube/renderers/playlist_renderer.cr | 4 +--- .../data_structs/youtube/renderers/video_renderer.cr | 4 +--- src/invidious/yt_backend/extractors.cr | 10 ---------- 3 files changed, 2 insertions(+), 16 deletions(-) diff --git a/src/invidious/data_structs/youtube/renderers/playlist_renderer.cr b/src/invidious/data_structs/youtube/renderers/playlist_renderer.cr index 041a1ad9..342c2387 100644 --- a/src/invidious/data_structs/youtube/renderers/playlist_renderer.cr +++ b/src/invidious/data_structs/youtube/renderers/playlist_renderer.cr @@ -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. # 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. # struct PlaylistRenderer diff --git a/src/invidious/data_structs/youtube/renderers/video_renderer.cr b/src/invidious/data_structs/youtube/renderers/video_renderer.cr index 1e8bb987..2fbc7322 100644 --- a/src/invidious/data_structs/youtube/renderers/video_renderer.cr +++ b/src/invidious/data_structs/youtube/renderers/video_renderer.cr @@ -3,9 +3,7 @@ module YouTubeStructs # # A videoRenderer renders a video to click on within the YouTube and Invidious UI. It is **not** # 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. # struct VideoRenderer diff --git a/src/invidious/yt_backend/extractors.cr b/src/invidious/yt_backend/extractors.cr index abdb24b3..1bea4c7b 100644 --- a/src/invidious/yt_backend/extractors.cr +++ b/src/invidious/yt_backend/extractors.cr @@ -30,8 +30,6 @@ private module Parsers # A videoRenderer renders a video to click on within the YouTube and Invidious UI. It is **not** # the watchable video itself. # - # See specs for example. - # # `videoRenderer`s can be found almost everywhere on YouTube. In categories, search results, channels, etc. # 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** # the channel page itself. # - # See specs for example. - # # `channelRenderer`s can be found almost everywhere on YouTube. In categories, search results, channels, etc. # 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. # It is **not** the playlist itself. # - # See specs for example. - # # `gridPlaylistRenderer`s can be found on the playlist-tabs of channels and expanded categories. # 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. # - # See specs for example. - # # `playlistRenderer`s can be found almost everywhere on YouTube. In categories, search results, recommended, etc. # module PlaylistRendererParser @@ -278,8 +270,6 @@ private module Parsers # 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. # - # See specs for example. - # # `shelfRenderer`s can be found almost everywhere on YouTube. In categories, search results, channels, etc. # module CategoryRendererParser