NewPipeExtractor/extractor/src/main/java/org/schabi/newpipe/extractor/services
AudricV e9a0d3bd95
[YouTube] Send Content-Type header in all POST requests
This header was not sent partially before and was added and guessed by OkHttp. This can create issues when using other HTTP clients than OkHttp, such as Cronet.

Some code in the modified classes has been improved and / or deduplicated, and usages of the UTF_8 constant of the Utils class has been replaced by StandardCharsets.UTF_8 where possible.

Note that this header has been not added in except in YoutubeDashManifestCreatorsUtils, as an empty body is sent in the POST requests made by this class.
2022-11-22 11:37:16 +01:00
..
bandcamp [Bandcamp] Send Content-Type header in POST requests 2022-11-22 11:35:46 +01:00
media_ccc Add Utils methods for URL encoding/decoding using UTF-8. 2022-11-12 07:29:15 +05:30
peertube Add Utils methods for URL encoding/decoding using UTF-8. 2022-11-12 07:29:15 +05:30
soundcloud Add Utils methods for URL encoding/decoding using UTF-8. 2022-11-12 07:29:15 +05:30
youtube [YouTube] Send Content-Type header in all POST requests 2022-11-22 11:37:16 +01:00