Go to file
Christian Schabesberger b587d175bb fix next video problem 2017-04-11 22:45:00 +02:00
channel initial commit 2017-03-01 18:47:52 +01: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 Typographic correction: Use of 4 spaces instead of a tabulation 2017-03-21 20:20:45 +01:00
stream_info fix next video problem 2017-04-11 22:45:00 +02:00
AbstractStreamInfo.java initial commit 2017-03-01 18:47:52 +01:00
DashMpdParser.java initial commit 2017-03-01 18:47:52 +01:00
Downloader.java initial commit 2017-03-01 18:47:52 +01:00
InfoItem.java initial commit 2017-03-01 18:47:52 +01: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.