NewPipeExtractor/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors
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
..
YoutubeChannelExtractor.java [YouTube] Reduce InnerTube response sizes by adding the prettyPrint parameter with the false value 2022-03-27 20:52:40 +02:00
YoutubeChannelInfoItemExtractor.java [YouTube] Fix checkstyle issues 2022-03-26 19:42:40 +01:00
YoutubeCommentsExtractor.java [YouTube] Fix checkstyle issues 2022-03-26 19:42:40 +01:00
YoutubeCommentsInfoItemExtractor.java [YouTube] Fix checkstyle issues 2022-03-26 19:42:40 +01:00
YoutubeFeedExtractor.java [YouTube] Fix checkstyle issues 2022-03-26 19:42:40 +01:00
YoutubeFeedInfoItemExtractor.java [YouTube] Fix checkstyle issues 2022-03-26 19:42:40 +01:00
YoutubeMixOrPlaylistInfoItemExtractor.java [YouTube] Parse any playlist (including music mixes) in related items 2022-03-19 10:48:13 +01:00
YoutubeMixPlaylistExtractor.java [YouTube] Reduce InnerTube response sizes by adding the prettyPrint parameter with the false value 2022-03-27 20:52:40 +02:00
YoutubeMusicSearchExtractor.java [YouTube] Reduce InnerTube response sizes by adding the prettyPrint parameter with the false value 2022-03-27 20:52:40 +02:00
YoutubePlaylistExtractor.java [YouTube] Reduce InnerTube response sizes by adding the prettyPrint parameter with the false value 2022-03-27 20:52:40 +02:00
YoutubePlaylistInfoItemExtractor.java [YouTube] Fix checkstyle issues 2022-03-26 19:42:40 +01:00
YoutubeSearchExtractor.java [YouTube] Reduce InnerTube response sizes by adding the prettyPrint parameter with the false value 2022-03-27 20:52:40 +02:00
YoutubeStreamExtractor.java [YouTube] Extract streams of livestreams from the iOS client and disabled the Android client for livestreams 2022-03-27 20:51:38 +02:00
YoutubeStreamInfoItemExtractor.java API hardening against changes 2022-03-26 20:52:26 +01:00
YoutubeSubscriptionExtractor.java [YouTube] Fix checkstyle issues 2022-03-26 19:42:40 +01:00
YoutubeSuggestionExtractor.java [YouTube] Fix checkstyle issues 2022-03-26 19:42:40 +01:00
YoutubeTrendingExtractor.java [YouTube] Fix checkstyle issues 2022-03-26 19:42:40 +01:00