From c5216f7c122655d5b5ae4288b26a442f7756f4db Mon Sep 17 00:00:00 2001 From: Caleb <16789070+chowder@users.noreply.github.com> Date: Sat, 29 Oct 2022 01:33:57 +0100 Subject: [PATCH] Update docstring for StreamExtractor#isShortFormContent Co-authored-by: AudricV <74829229+AudricV@users.noreply.github.com> --- .../schabi/newpipe/extractor/stream/StreamExtractor.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamExtractor.java b/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamExtractor.java index 5a5b8607d..30f7bd804 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamExtractor.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamExtractor.java @@ -555,8 +555,11 @@ public abstract class StreamExtractor extends Extractor { } /** - * Whether the stream is a short-form content. These are content in the style of TikTok, - * YouTube Shorts, or Instagram Reels videos. + * Whether the stream is a short-form content. + * + *

+ * Short-form contents are contents in the style of TikTok, YouTube Shorts, or Instagram Reels videos. + *

* * @return whether the stream is a short-form content */