0
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor.git synced 2024-09-20 03:52:25 +02:00
NewPipe's core library for extracting data from streaming sites
Go to file
2017-04-11 21:55:53 -03: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 Add resolution support up to 4k 2017-04-11 21:55:53 -03:00
stream_info Add resolution support up to 4k 2017-04-11 21:55:53 -03:00
AbstractStreamInfo.java initial commit 2017-03-01 18:47:52 +01:00
copyright initial commit 2017-03-01 18:47:52 +01: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 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

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.