NewPipeExtractor/extractor/src/main/java/org/schabi/newpipe/extractor
TiA4f8R 35325d980d
Add GeographicRestrictionException and SoundCloudGoPlusException in NewPipe Extractor to be able to display different error messages
This commit adds two new exceptions in NewPipe Extractor: GeographicRestrictionException and SoundCloudGoPlusException (which extend to ContentNotAvailableException). These exceptions allow showing different error messages to user when a content isn't available in his/her/its country (only used for now by SoundCloudStreamExtractor) or when the content is a SoundCloud Go+ track.
2021-03-05 16:38:37 +01:00
..
channel Add uploader verified by service extraction 2021-02-18 16:36:40 +01:00
comments Add uploader verified by service extraction 2021-02-18 16:36:40 +01:00
downloader Generate equals and hashCode for Request 2021-01-10 19:36:24 +01:00
exceptions Add GeographicRestrictionException and SoundCloudGoPlusException in NewPipe Extractor to be able to display different error messages 2021-03-05 16:38:37 +01:00
feed Introduce Page class 2020-07-06 20:19:31 +02:00
kiosk use EMPTY_STRING 2021-02-15 18:51:46 +01:00
linkhandler Description: add .equals() and .hashCode() 2021-02-15 18:51:47 +01:00
localization Use Objects' static equals() and hashCode() methods. 2020-12-11 06:09:44 +05:30
playlist Add uploader verified by service extraction 2021-02-18 16:36:40 +01:00
search Extract stream and search meta info for YouTube 2020-12-22 18:19:26 +01:00
services Add GeographicRestrictionException and SoundCloudGoPlusException in NewPipe Extractor to be able to display different error messages 2021-03-05 16:38:37 +01:00
stream Add more data. 2021-02-19 00:55:03 +05:30
subscription Implement youtube subscription import from Google takeout 2020-11-02 11:04:48 +01:00
suggestion Implement time ago parser and improve localization handling 2019-11-03 15:46:21 -03:00
utils Move toJsonArray and toJsonObject to JsonUtils 2021-03-04 18:58:51 +01:00
Collector.java Created gradle module and moved existing code to new one 2018-03-14 00:44:02 -03:00
Extractor.java Use Objects.requireNonNull(). 2020-12-11 06:09:57 +05:30
Info.java fix issue with originalUrl 2019-01-26 17:47:58 +01:00
InfoItem.java added comments extractor 2018-09-19 04:58:40 +05:30
InfoItemExtractor.java Created gradle module and moved existing code to new one 2018-03-14 00:44:02 -03:00
InfoItemsCollector.java [media.ccc.de] Recent kiosk: order streams by upload date 2020-12-30 18:38:09 +01:00
ListExtractor.java Clean up the code 2020-07-06 20:19:31 +02:00
ListInfo.java Clean up the code 2020-07-06 20:19:31 +02:00
MediaFormat.java Fix typos 2020-02-15 13:36:54 +01:00
MetaInfo.java Extract stream and search meta info for YouTube 2020-12-22 18:19:26 +01:00
NewPipe.java Implement time ago parser and improve localization handling 2019-11-03 15:46:21 -03:00
Page.java Support YouTube's new continuations for search 2020-07-26 10:01:03 +02:00
ServiceList.java Improve code formatting and optimise imports 2020-02-15 13:36:54 +01:00
StreamingService.java Fix parameter reassignment and other style issues 2020-10-31 20:58:28 +01:00