Update docstring for StreamExtractor#isShortFormContent
Co-authored-by: AudricV <74829229+AudricV@users.noreply.github.com>
This commit is contained in:
parent
04795fe5d2
commit
c5216f7c12
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue