Skip to content

Commit c5216f7

Browse files
chowderAudricV
andcommitted
Update docstring for StreamExtractor#isShortFormContent
Co-authored-by: AudricV <74829229+AudricV@users.noreply.github.com>
1 parent 04795fe commit c5216f7

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamExtractor.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,11 @@ public List<MetaInfo> getMetaInfo() throws ParsingException {
555555
}
556556

557557
/**
558-
* Whether the stream is a short-form content. These are content in the style of TikTok,
559-
* YouTube Shorts, or Instagram Reels videos.
558+
* Whether the stream is a short-form content.
559+
*
560+
* <p>
561+
* Short-form contents are contents in the style of TikTok, YouTube Shorts, or Instagram Reels videos.
562+
* </p>
560563
*
561564
* @return whether the stream is a short-form content
562565
*/

0 commit comments

Comments
 (0)