No description
Find a file
Christian Schabesberger 5b25ded1b7 Merge pull request #30 from karyogamy/id_fix
Fix Playlist id extraction when length is not 34
2017-09-08 16:14:09 +02:00
gradle/wrapper Use Gradle 2017-08-05 10:03:56 +02:00
src Fix Playlist id extraction when length is less than 34 2017-09-08 07:03:37 -07: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 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.