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 30f7bd80..6fbcf8fb 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 @@ -558,7 +558,8 @@ public abstract class StreamExtractor extends Extractor { * Whether the stream is a short-form content. * *

- * Short-form contents are contents in the style of TikTok, YouTube Shorts, or Instagram Reels videos. + * 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 diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamInfoItemExtractor.java b/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamInfoItemExtractor.java index 27eb3066..77a633e2 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamInfoItemExtractor.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamInfoItemExtractor.java @@ -132,7 +132,8 @@ public interface StreamInfoItemExtractor extends InfoItemExtractor { * Whether the stream is a short-form content. * *

- * Short-form contents are contents in the style of TikTok, YouTube Shorts, or Instagram Reels videos. + * 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