NewPipeExtractor/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors
AudricV 7bdca33a87
[YouTube] Ensure that an additional player response is the correct one
If YouTube detect that requests come from a third party client, they may
replace the real player response by another one of a video saying that this
content is not available on this app and to watch it on the latest version of
YouTube. We can detect this by checking whether the video ID of the player
response returned is the same as the one requested by the extractor.
2022-08-12 19:20:31 +02:00
..
ItagInfo.java Improve documentation and adress most of the requested changes 2022-05-28 12:00:46 +02:00
YoutubeChannelExtractor.java Fix missing imports and Checkstyle issues 2022-03-27 22:10:57 +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 Fix missing imports and Checkstyle issues 2022-03-27 22:10:57 +02:00
YoutubeMusicSearchExtractor.java Fix missing imports and Checkstyle issues 2022-03-27 22:10:57 +02:00
YoutubePlaylistExtractor.java Fix missing imports and Checkstyle issues 2022-03-27 22:10:57 +02:00
YoutubePlaylistInfoItemExtractor.java [YouTube] Fix checkstyle issues 2022-03-26 19:42:40 +01:00
YoutubeSearchExtractor.java Merge pull request #822 from Stypox/more-refactors 2022-05-02 19:03:54 +02:00
YoutubeStreamExtractor.java [YouTube] Ensure that an additional player response is the correct one 2022-08-12 19:20:31 +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 Use Collections.singletonMap(). 2022-07-27 07:35:57 +05:30
YoutubeTrendingExtractor.java [YouTube] Fix checkstyle issues 2022-03-26 19:42:40 +01:00