NewPipe Extractor is a library for extracting things from streaming sites. It is a core component of NewPipe, but could be used independently.
 
 
Go to file
Ritvik Saraf ee239985ae added CommentsInfo 2018-09-19 04:58:40 +05:30
.github
extractor added CommentsInfo 2018-09-19 04:58:40 +05:30
gradle/wrapper
timeago-parser Add time units strings and utilities 2018-03-22 20:31:02 -03:00
.gitignore
.travis.yml Fix javadoc generation and some errors 2018-03-18 16:18:11 -03:00
LICENSE
README.md
build.gradle added comments extractor 2018-09-19 04:58:40 +05:30
copyright
gradlew
gradlew.bat
settings.gradle Created gradle module and moved existing code to new one 2018-03-14 00:44:02 -03:00

README.md

NewPipe Extractor

Build Status JIT Pack Badge Documentation

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:v0.11.0'the dependencies in your build.gradle. Replace v0.11.0 with the latest release.

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.