NewPipeExtractor/README.md

32 lines
1.5 KiB
Markdown
Raw Normal View History

# NewPipe Extractor
2017-12-03 01:24:17 +05:30
[![Build Status](https://travis-ci.org/TeamNewPipe/NewPipeExtractor.svg?branch=master)](https://travis-ci.org/TeamNewPipe/NewPipeExtractor) [![JIT Pack Badge](https://jitpack.io/v/TeamNewPipe/NewPipeExtractor.svg)](https://jitpack.io/#TeamNewPipe/NewPipeExtractor) [Documentation](https://teamnewpipe.github.io/NewPipeExtractor/javadoc/)
2017-03-01 23:17:52 +05:30
NewPipe Extractor is a library for extracting things from streaming sites. It is a core component of [NewPipe](https://github.com/TeamNewPipe/NewPipe), but could be used independently.
2017-08-05 20:06:38 +05:30
## Usage
2017-03-02 23:20:51 +05:30
NewPipe Extractor is available at JitPack's Maven repo.
2017-09-22 02:53:13 +05:30
If you're using Gradle, you could add NewPipe Extractor as a dependency with the following steps:
2017-09-22 02:53:13 +05:30
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.
2017-09-22 02:53:13 +05:30
## Supported sites
2017-09-22 02:54:25 +05:30
The following sites are currently supported:
- YouTube
- SoundCloud
2017-09-22 02:54:25 +05:30
## License
2017-09-22 02:54:25 +05:30
[![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](http://www.gnu.org/licenses/gpl-3.0.en.html)
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](https://www.gnu.org/licenses/gpl.html) as
published by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.