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 */