Go to file
Mauricio Colli 390e5727d6 Reduce bandwidth consume by StreamExtractor
- Don't download the not needed info page
- The difference is very small (~20-30 KB)
2017-09-11 10:18:13 -03:00
gradle/wrapper Use Gradle 2017-08-05 10:03:56 +02:00
src Reduce bandwidth consume by StreamExtractor 2017-09-11 10:18:13 -03: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
gradlew Use Gradle 2017-08-05 10:03:56 +02:00
gradlew.bat Use Gradle 2017-08-05 10:03:56 +02:00
LICENSE
NewPipeExtractor.iml add NewPipeExtractor.iml 2017-08-29 14:08:42 +02:00
README.md Update README.md 2017-08-05 11:36:38 -03: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.