From 8e92227b2e6de08fe27e5efca443c8cad1292e78 Mon Sep 17 00:00:00 2001 From: TobiGr Date: Sun, 24 Nov 2024 17:15:36 +0100 Subject: [PATCH] Fix JDoc --- .../services/youtube/extractors/YoutubeStreamExtractor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java index d2ea94336f..988a1bcc23 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java @@ -1392,7 +1392,7 @@ private ItagInfo buildAndAddItagInfoToList( *

Warning: When using this method be aware * that the YouTube API very rarely returns framesets, * that are slightly too small e.g. framesPerPageX = 5, frameWidth = 160, but the url contains - * a storyboard that is only 795 pixels wide (5*160 > 795). You will need to handle this + * a storyboard that is only 795 pixels wide (5*160 > 795). You will need to handle this * "manually" to avoid errors.

* * @see