NewPipeExtractor/extractor/src/main/java/org/schabi/newpipe/extractor
litetex cc2e4d7104
Merge pull request #815 from litetex/fix-soundcloud-id-once-and-for-all
Removed hardcoded soundcloud HARDCODED_CLIENT_ID
2022-03-17 13:54:08 +01:00
..
channel Move variable to super Extractor classes. 2022-02-24 12:50:51 +00:00
comments Remove the need for a CommentsInfo instance. 2022-03-03 11:48:41 +00:00
downloader Merge branch 'master' into dev 2021-04-10 11:33:34 +02:00
exceptions Add AccountTerminatedException for better error handling of terminated channels 2021-05-01 17:50:19 +02: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 Improve exception message thrown when not accepting an URL in LinkHandlerFactory#fromUrl(String url, String baseUrl) 2021-05-28 14:59:44 +02:00
localization address reviews 2021-03-19 10:14:43 +01:00
playlist Implement some methods in PlaylistExtractor 2022-03-16 19:18:36 +01:00
search Extract stream and search meta info for YouTube 2020-12-22 18:19:26 +01:00
services Merge pull request #815 from litetex/fix-soundcloud-id-once-and-for-all 2022-03-17 13:54:08 +01:00
stream Add requested changes. 2022-02-24 12:50:51 +00:00
subscription [YouTube] Small improvements to subscription import 2021-08-30 15:45:45 +02:00
suggestion Implement time ago parser and improve localization handling 2019-11-03 15:46:21 -03:00
utils Removed deprecation because AndroidSDK/API < 19 2022-01-07 14:15:55 +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 Add utility method getService() to Info object 2021-06-05 14:14:19 +02: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 Remove two unneded warning suppressions 2021-06-05 14:15:48 +02:00
Page.java Use Page.body for YoutubeChannelExtractor 2021-04-06 18:14:38 +02:00
ServiceList.java Bandcamp capitalization 2020-04-20 21:55:35 +02:00
StreamingService.java Fix parameter reassignment and other style issues 2020-10-31 20:58:28 +01:00