Line breaks for long docstrings
This commit is contained in:
parent
f9bd08c649
commit
3fdc0e72cc
|
@ -558,7 +558,8 @@ public abstract class StreamExtractor extends Extractor {
|
|||
* 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.
|
||||
* 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
|
||||
|
|
|
@ -132,7 +132,8 @@ public interface StreamInfoItemExtractor extends InfoItemExtractor {
|
|||
* 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.
|
||||
* 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 New Issue