You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NewPipe Extractor is a library for extracting things from streaming sites. It is a core component of [NewPipe](https://github.com/TeamNewPipe/NewPipe), but could be used independently.
4
4
5
-
This is the system independent core of [NewPipe](https://github.com/TeamNewPipe/NewPipe).
6
-
It can be used to create your own java based NewPipe client.
5
+
## Usage
7
6
8
-
A small example showing how to use the extractor can be found [here](https://github.com/TeamNewPipe/np-cli).
7
+
NewPipe Extractor is available at JitPack's Maven repo.
9
8
10
-
## Usage
11
-
Using this Extractor in your own open source 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:
9
+
If you're using Gradle, you could add NewPipe Extractor as a dependency with the following steps:
1. Add `maven { url 'https://jitpack.io' }` to the `repositories` in your `build.gradle`.
12
+
2. Add `compile 'com.github.TeamNewPipe:NewPipeExtractor:82ae72900a'`the `dependencies` in your `build.gradle`. Replace `82ae72900a` with the latest commit.
15
13
16
-
A fill documentation is no yet there, but it will follow :) Stay tuned.
0 commit comments