Removed wrong whitespace
This commit is contained in:
parent
74a500d0bb
commit
26938ff22b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue