Go to file
Christian Schabesberger 82ae72900a add license to readme 2017-09-21 23:24:25 +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
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 license to readme 2017-09-21 23:24:25 +02: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
settings.gradle make this gradle module loadable to other projects 2017-08-28 17:33:29 +02:00

README.md

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 open source 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.

License

GNU GPLv3 Image

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 as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.