kopia lustrzana https://github.com/TeamNewPipe/NewPipeExtractor
[YouTube] Add missing prettyPrint query parameter to mixes continuations
rodzic
6c3c2e25d7
commit
e380bb4bc3
|
@ -225,7 +225,8 @@ public class YoutubeMixPlaylistExtractor extends PlaylistExtractor {
|
||||||
.done())
|
.done())
|
||||||
.getBytes(StandardCharsets.UTF_8);
|
.getBytes(StandardCharsets.UTF_8);
|
||||||
|
|
||||||
return new Page(YOUTUBEI_V1_URL + "next?key=" + getKey(), null, null, cookies, body);
|
return new Page(YOUTUBEI_V1_URL + "next?key=" + getKey() + DISABLE_PRETTY_PRINT_PARAMETER,
|
||||||
|
null, null, cookies, body);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Ładowanie…
Reference in New Issue