No description
Find a file
Christian Schabesberger 0839eae916 Add maven link to readme
2017-09-21 23:23:13 +02:00
gradle/wrapper Use Gradle 2017-08-05 10:03:56 +02:00
src Fix likes count of SoundCloud 2017-09-16 11:08:08 +02:00
.gitignore Rollback classes naming 2017-08-10 22:23:09 -03:00
.travis.yml Revert recent travis changes 2017-08-08 18:58:25 -03:00
build.gradle Change Json dependency again 2017-08-15 23:40:03 -03:00
copyright initial commit 2017-03-01 18:47:52 +01:00
gradlew Use Gradle 2017-08-05 10:03:56 +02:00
gradlew.bat Use Gradle 2017-08-05 10:03:56 +02:00
LICENSE initial commit 2017-03-01 18:47:52 +01:00
NewPipeExtractor.iml add NewPipeExtractor.iml 2017-08-29 14:08:42 +02:00
README.md Add maven link to readme 2017-09-21 23:23:13 +02:00
settings.gradle make this gradle module loadable to other projects 2017-08-28 17:33:29 +02:00

NewPipe Extractor Build Status

This is the system independent core of NewPipe. It can be used to create your own java based NewPipe client.

A small example showing how to use the extractor can be found here.

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.