NewPipeExtractor/README.md

17 lines
797 B
Markdown
Raw Normal View History

2017-08-05 16:36:38 +02:00
NewPipe Extractor [![Build Status](https://travis-ci.org/TeamNewPipe/NewPipeExtractor.svg?branch=master)](https://travis-ci.org/TeamNewPipe/NewPipeExtractor)
2017-03-01 18:47:52 +01:00
=================
2017-08-05 16:36:38 +02:00
2017-03-01 18:47:52 +01:00
This is the system independent core of [NewPipe](https://github.com/TeamNewPipe/NewPipe).
It can be used to create your own java based NewPipe client.
2017-03-02 18:50:51 +01:00
2017-08-05 16:36:38 +02:00
A small example showing how to use the extractor can be found [here](https://github.com/TeamNewPipe/np-cli).
2017-09-21 23:23:13 +02:00
## Usage
Using this Extractor in your own projects is simple. We offer this extractor as maven repository, so if you use
gradle you can simple include NewPipeExtractor to your project by adding this line to the dependencies:
`compile 'com.github.TeamNewPipe:NewPipeExtractor:7ae274`
A fill documentation is no yet there, but it will follow :) Stay tuned.