NewPipeExtractor/extractor/src/main/java/org/schabi/newpipe/extractor
AudricV a3a74cd566
[SoundCloud] Apply changes in InfoItemExtractors and return track user avatars as uploader avatars in SoundcloudStreamInfoItemExtractor
2023-08-12 22:56:28 +02:00
..
channel Replace avatar and thumbnail URLs attributes and methods to List<Image> in Infos 2023-08-12 22:56:26 +02:00
comments Replace avatar and thumbnail URLs attributes and methods to List<Image> in InfoItemsCollectors 2023-08-12 22:56:26 +02:00
downloader Add postWithContentType and postWithContentTypeJson utility methods in Downloader 2022-11-22 11:37:17 +01:00
exceptions Add an UnsupportedTabException exception class 2023-08-06 12:11:12 +02:00
feed Fix checkstyle issues in subpackages with abstract classes 2022-03-26 19:40:10 +01:00
kiosk Make improvements to methods using toArray(). 2022-08-06 05:21:12 +05:30
linkhandler Add a ListLinkHandler which can be used to be returned from ChannelInfo.getTabs() when a specific tab's data has already been fetched 2023-08-06 12:11:12 +02:00
localization Add utility method to parse textual durations using TimeAgoParser's patterns 2023-08-06 12:13:33 +02:00
playlist Replace avatar and thumbnail URLs attributes and methods to List<Image> in Infos 2023-08-12 22:56:26 +02:00
search Fix checkstyle issues in subpackages with abstract classes 2022-03-26 19:40:10 +01:00
services [SoundCloud] Apply changes in InfoItemExtractors and return track user avatars as uploader avatars in SoundcloudStreamInfoItemExtractor 2023-08-12 22:56:28 +02:00
stream Replace avatar and thumbnail URLs attributes and methods to List<Image> in Infos 2023-08-12 22:56:26 +02:00
subscription Fix checkstyle issues in subpackages with abstract classes 2022-03-26 19:40:10 +01:00
suggestion Fix checkstyle issues in subpackages with abstract classes 2022-03-26 19:40:10 +01:00
utils Add an ImageSuffix class to the extractor 2023-08-12 22:56:25 +02:00
Collector.java Created gradle module and moved existing code to new one 2018-03-14 00:44:02 -03:00
Extractor.java Restored original naming 2022-03-26 19:43:09 +01:00
Image.java Add an Image class to the extractor 2023-08-12 22:56:25 +02:00
Info.java Fix checkstyle issues in root package extractor/ 2022-03-26 19:40:14 +01:00
InfoItem.java Replace avatar and thumbnail URLs attributes and methods to List<Image> in InfoItems 2023-08-12 22:56:25 +02:00
InfoItemExtractor.java Replace avatar and thumbnail URLs attributes and methods to List<Image> in InfoItemExtractors 2023-08-12 22:56:26 +02:00
InfoItemsCollector.java Fix checkstyle issues in root package extractor/ 2022-03-26 19:40:14 +01:00
ListExtractor.java Fix checkstyle issues in root package extractor/ 2022-03-26 19:40:14 +01:00
ListInfo.java Fix checkstyle issues in root package extractor/ 2022-03-26 19:40:14 +01:00
MediaFormat.java Add annotations to MediaFormat 2023-06-17 18:01:54 +02:00
MetaInfo.java Fix checkstyle issues in root package extractor/ 2022-03-26 19:40:14 +01:00
MultiInfoItemsCollector.java Fix checkstyle issues in subpackages with abstract classes 2022-03-26 19:40:10 +01:00
NewPipe.java Removed more unused methods 2022-05-09 21:05:03 +02:00
Page.java [PeerTube] Fix multi level comment replies 2023-05-07 22:49:14 +02:00
ServiceList.java Do not init services while creating services array 2023-06-17 18:08:09 +02:00
StreamingService.java Add structure of channel tabs 2023-08-06 12:11:11 +02:00