Update docstring for StreamExtractor#isShortFormContent

Co-authored-by: AudricV <74829229+AudricV@users.noreply.github.com>
This commit is contained in:
Caleb 2022-10-29 01:33:57 +01:00 committed by chowder
parent 04795fe5d2
commit c5216f7c12
1 changed files with 5 additions and 2 deletions

View File

@ -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, * Whether the stream is a short-form content.
* YouTube Shorts, or Instagram Reels videos. *
* <p>
* Short-form contents are contents in the style of TikTok, YouTube Shorts, or Instagram Reels videos.
* </p>
* *
* @return whether the stream is a short-form content * @return whether the stream is a short-form content
*/ */