Go to file
Christian Schabesberger 17ce9f537e
Merge pull request #53 from coffeemakr/bugfix-channel-extractor
Fix channel info item collector
2017-12-07 11:19:14 +01:00
gradle/wrapper Updated Gradle wrapper 2017-10-14 11:28:39 +02:00
src Fix channel info item collector 2017-12-07 09:53:18 +01:00
.gitignore Rollback classes naming 2017-08-10 22:23:09 -03:00
.travis.yml Add travis configuration 2017-11-30 12:24:51 +01:00
LICENSE initial commit 2017-03-01 18:47:52 +01:00
NewPipeExtractor.iml Addede fetching subtitles for youtube and its tests 2017-11-22 18:39:38 +01:00
README.md add documentation link 2017-12-02 20:54:17 +01:00
build.gradle Merge branch 'bugfix-dont-call-fetch-page-in-constructor' of https://github.com/coffeemakr/NewPipeExtractor into f 2017-11-30 15:39:27 +01: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 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.