We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0774eff commit 0839eaeCopy full SHA for 0839eae
1 file changed
README.md
@@ -6,3 +6,11 @@ This is the system independent core of [NewPipe](https://github.com/TeamNewPipe/
6
It can be used to create your own java based NewPipe client.
7
8
A small example showing how to use the extractor can be found [here](https://github.com/TeamNewPipe/np-cli).
9
+
10
+## Usage
11
+Using this Extractor in your own projects is simple. We offer this extractor as maven repository, so if you use
12
+gradle you can simple include NewPipeExtractor to your project by adding this line to the dependencies:
13
14
+`compile 'com.github.TeamNewPipe:NewPipeExtractor:7ae274`
15
16
+A fill documentation is no yet there, but it will follow :) Stay tuned.
0 commit comments