NewPipeExtractor/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube
TiA4f8R 7477ed0f3d
[YouTube] Add ability to generate manifests of progressive, OTF and post live streams
A new class has been added to do so: YoutubeDashManifestCreator.
It relies on a new class: ManifestCreatorCache, to cache the content, which relies on a new pair class named Pair.
Results are cached and there is a cache per delivery type, on which cache limit, clear factor, clearing and resetting can be applied to each cache and to all caches.
Look at code changes for more details.
2022-05-28 12:00:45 +02:00
..
extractors Apply changes in YoutubeStreamExtractor 2022-05-28 12:00:44 +02:00
linkHandler Removed unused methods 2022-03-26 19:43:11 +01:00
DashMpdParser.java Move DashMpdParser to the YouTube package and fix extraction of streams 2022-05-28 12:00:41 +02:00
ItagInfo.java Apply changes in YoutubeStreamExtractor 2022-05-28 12:00:44 +02:00
ItagItem.java [YouTube] Return more values returned inside the ItagItems of the player response and deprecate use of public audio and video fields 2022-05-28 12:00:42 +02:00
YoutubeDashManifestCreator.java [YouTube] Add ability to generate manifests of progressive, OTF and post live streams 2022-05-28 12:00:45 +02:00
YoutubeJavaScriptExtractor.java [YouTube] Fix checkstyle issues 2022-03-26 19:42:40 +01:00
YoutubeParsingHelper.java Apply changes in YoutubeStreamExtractor 2022-05-28 12:00:44 +02:00
YoutubeService.java [YouTube] Fix checkstyle issues 2022-03-26 19:42:40 +01:00
YoutubeThrottlingDecrypter.java Fix YouTube throttling decrypter function parsing 2022-04-15 13:10:19 +02:00