NewPipeExtractor/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors
AudricV e923fca440
[YouTube] Switch to new search suggestion domain and improve error handling
- Switch to the new domain used by YouTube for search suggestions,
suggestqueries-clients6.youtube.com, and add the xhr query parameter with the
t value, to allow getting responses without requiring trim;
- Use the Java 8 Stream API to collect search suggestions and improve invalid
response detection by checking whether the content type of the response
returned is JSON;
- Move the licence header at the top of the file.
2023-04-30 19:53:42 +02:00
..
ItagInfo.java Improve documentation and adress most of the requested changes 2022-05-28 12:00:46 +02:00
YoutubeChannelExtractor.java fix: add support for CarouselHeaderRenderer 2023-04-16 17:40:13 +02:00
YoutubeChannelInfoItemExtractor.java [YouTube] Fix hashtags links extraction and escape text in attribute descriptions + HTML links 2023-02-26 18:43:36 +01:00
YoutubeCommentsExtractor.java [YouTube] Fix ParsingException when comments are unavailable in a video (#1040) 2023-03-30 19:58:06 +02:00
YoutubeCommentsInfoItemExtractor.java Use Description object for comments text. 2022-11-28 17:02:19 +00:00
YoutubeFeedExtractor.java [YouTube] Fix channel ID extraction of YouTube channel RSS feeds 2023-01-28 11:53:33 +01:00
YoutubeFeedInfoItemExtractor.java [YouTube] Return mqdefault thumbnails in feed 2022-09-13 16:46:54 +02:00
YoutubeMixOrPlaylistInfoItemExtractor.java Add uploader url and verified to PlaylistInfoItem. 2022-10-30 13:00:19 +00:00
YoutubeMixPlaylistExtractor.java Use immutable Map factory methods. 2023-01-02 07:50:31 +05:30
YoutubeMusicSearchExtractor.java Use Downloader's postWithContentType and postWithContentTypeJson methods in services and extractors 2022-11-22 11:37:18 +01:00
YoutubePlaylistExtractor.java Use immutable Map factory methods. 2023-01-02 07:50:31 +05:30
YoutubePlaylistInfoItemExtractor.java Add uploader url and verified to PlaylistInfoItem. 2022-10-30 13:00:19 +00:00
YoutubeSearchExtractor.java [YouTube] Send Content-Type header in all POST requests 2022-11-22 11:37:16 +01:00
YoutubeStreamExtractor.java Add track types to audio streams (#1041) 2023-03-28 00:02:20 +02:00
YoutubeStreamInfoItemExtractor.java [YouTube] Refactor the code to get stream items' view count 2023-02-27 10:25:46 +01:00
YoutubeSubscriptionExtractor.java [YouTube] Fix checkstyle issues 2022-03-26 19:42:40 +01:00
YoutubeSuggestionExtractor.java [YouTube] Switch to new search suggestion domain and improve error handling 2023-04-30 19:53:42 +02:00
YoutubeTrendingExtractor.java Fix license. 2022-11-12 07:29:15 +05:30