Removed wrong whitespace

This commit is contained in:
Thompson3142 2024-09-07 02:42:09 +02:00
parent 74a500d0bb
commit 26938ff22b
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ public class YoutubeSearchExtractor extends SearchExtractor {
// @formatter:off
final byte[] json = JsonWriter.string(prepareDesktopJsonBuilder(localization,
getExtractorContentCountry())
getExtractorContentCountry())
.value("continuation", page.getId())
.done())
.getBytes(StandardCharsets.UTF_8);