mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-31 06:15:37 +00:00
9cd11a7b6bc4932f64031304e274b6d58bac0a55
NewPipe Extractor 
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:
- Add
maven { url 'https://jitpack.io' }
to therepositories
in yourbuild.gradle
. - Add
compile 'com.github.TeamNewPipe:NewPipeExtractor:82ae72900a'
thedependencies
in yourbuild.gradle
. Replace82ae72900a
with the latest commit.
Supported sites
The following sites are currently supported:
- YouTube
- SoundCloud
License
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.
Languages
Java
99.8%
JavaScript
0.2%