Go to file
Christian Schabesberger 16b77b56cc fix failing tests
2017-11-25 19:21:33 +01:00
gradle/wrapper Updated Gradle wrapper 2017-10-14 11:28:39 +02:00
src fix failing tests 2017-11-25 19:21:33 +01:00
.gitignore
.travis.yml
build.gradle Fix bugs and present some in the future 2017-11-25 01:44:56 +01:00
copyright
gradlew
gradlew.bat
LICENSE
NewPipeExtractor.iml Addede fetching subtitles for youtube and its tests 2017-11-22 18:39:38 +01:00
README.md
settings.gradle

NewPipe Extractor Build Status

NewPipe Extractor is a library for extracting things from streaming sites. It is a core component of NewPipe, but could be used independently.

Usage

NewPipe Extractor is available at JitPack's Maven repo.

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.
  2. Add compile 'com.github.TeamNewPipe:NewPipeExtractor:82ae72900a'the dependencies in your build.gradle. Replace 82ae72900a with the latest commit.

Supported sites

The following sites are currently supported:

  • YouTube
  • SoundCloud

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.