Stypox 171f2c49fe
Ignore subscriptions with invalid url and keep ones with empty title.
if a channel if deleted (thus it has an empty title), it is imported in NewPipe anyway, so that if it becomes undeleted in the future, it will be shown in the app.
2019-04-28 14:17:52 +02:00
2019-01-18 12:24:30 +01:00
2017-12-06 19:06:21 -06:00
2018-09-26 03:20:29 +05:30
2017-03-01 18:47:52 +01:00
2017-08-05 10:03:56 +02:00
2017-08-05 10:03:56 +02:00
2017-03-01 18:47:52 +01:00

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
  • MediaCCC

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.

Description
NewPipe's core library for extracting data from streaming sites
Readme GPL-3.0 225 MiB
Languages
Java 99.8%
JavaScript 0.2%