2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-31 06:15:37 +00:00

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

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,
* 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
*/