NewPipeExtractor/extractor/src/test/java/org/schabi/newpipe
TiA4f8R 3d38459cf3
[YouTube] Reduce InnerTube response sizes by adding the prettyPrint parameter with the false value
InnerTube responses return pretty printed responses, which increase responses' size for nothing.

By using the prettyPrint parameter on requests and setting its value to false, responses are not pretty printed anymore, which reduces responses size, and so data transfer and processing times.
This usage has been recently deployed by YouTube on their websites.
2022-03-27 20:52:40 +02:00
..
downloader Switched to mockonly tests 2022-03-26 20:52:28 +01:00
extractor [YouTube] Reduce InnerTube response sizes by adding the prettyPrint parameter with the false value 2022-03-27 20:52:40 +02:00
FileUtils.java Implement youtube subscription import from Google takeout 2020-11-02 11:04:48 +01:00