Update docstring for StreamExtractor#isShortFormContent
Co-authored-by: AudricV <74829229+AudricV@users.noreply.github.com>
This commit is contained in:
parent
04795fe5d2
commit
c5216f7c12
1 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||
*
|
||||
* <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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue