Line breaks for long docstrings

This commit is contained in:
chowder 2022-10-30 13:28:39 +00:00
parent f9bd08c649
commit 3fdc0e72cc
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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