NewPipeExtractor/README.md

27 lines
1.3 KiB
Markdown
Raw Normal View History

2017-08-05 20:06:38 +05:30
NewPipe Extractor [![Build Status](https://travis-ci.org/TeamNewPipe/NewPipeExtractor.svg?branch=master)](https://travis-ci.org/TeamNewPipe/NewPipeExtractor)
2017-03-01 23:17:52 +05:30
=================
2017-08-05 20:06:38 +05:30
2017-03-01 23:17:52 +05:30
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 23:20:51 +05:30
2017-08-05 20:06:38 +05:30
A small example showing how to use the extractor can be found [here](https://github.com/TeamNewPipe/np-cli).
2017-09-22 02:53:13 +05:30
## Usage
2017-09-22 02:54:25 +05:30
Using this Extractor in your own open source projects is simple. We offer this extractor as maven repository, so if you use
2017-09-22 02:53:13 +05:30
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.
2017-09-22 02:54:25 +05:30
## License
[![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](http://www.gnu.org/licenses/gpl-3.0.en.html)
NewPipe is Free Software: You can use, study share and improve it at your
will. Specifically you can redistribute and/or modify it under the terms of the
[GNU General Public License](https://www.gnu.org/licenses/gpl.html) as
published by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.