Go to file
Mauricio Colli 5907c35dfb Revert some changes 2017-04-21 18:31:40 -03:00
channel Make some items serializable and fix channel feed url 2017-04-21 09:11:14 -03:00
exceptions initial commit 2017-03-01 18:47:52 +01:00
playlist ADD basic playlist support + youtube playlist support 2017-03-12 16:15:51 +01:00
search initial commit 2017-03-01 18:47:52 +01:00
services/youtube Revert some changes 2017-04-21 18:31:40 -03:00
stream_info Add resolution support up to 4k 2017-04-11 21:55:53 -03:00
AbstractStreamInfo.java Make some items serializable and fix channel feed url 2017-04-21 09:11:14 -03:00
DashMpdParser.java Add resolution support up to 4k 2017-04-11 21:55:53 -03:00
Downloader.java initial commit 2017-03-01 18:47:52 +01:00
InfoItem.java Make some items serializable and fix channel feed url 2017-04-21 09:11:14 -03:00
InfoItemCollector.java initial commit 2017-03-01 18:47:52 +01:00
LICENSE initial commit 2017-03-01 18:47:52 +01:00
MediaFormat.java initial commit 2017-03-01 18:47:52 +01:00
NewPipe.java initial commit 2017-03-01 18:47:52 +01:00
Parser.java initial commit 2017-03-01 18:47:52 +01:00
README.md add link to np-cli 2017-03-02 18:50:51 +01:00
ServiceList.java initial commit 2017-03-01 18:47:52 +01:00
StreamingService.java Typographic correction: Use of 4 spaces instead of a tabulation 2017-03-21 20:20:45 +01:00
SuggestionExtractor.java initial commit 2017-03-01 18:47:52 +01:00
UrlIdHandler.java initial commit 2017-03-01 18:47:52 +01:00
copyright initial commit 2017-03-01 18:47:52 +01:00

README.md

NewPipe Extractor

This is the system independent core of NewPipe. It can be used to create your own java based NewPipe client.

A small exmaple showing how this extractor can be used can be found here.