TeamNewPipe/NewPipeExtractor
Fork: 416 Star: 1378 (更新于 2024-11-03 04:01:10)
license: GPL-3.0
Language: Java .
NewPipe's core library for extracting data from streaming sites
最后发布版本: v0.24.1 ( 2024-07-12 05:26:50)
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
implementation 'com.github.teamnewpipe:NewPipeExtractor:INSERT_VERSION_HERE'
to thedependencies
in yourbuild.gradle
. ReplaceINSERT_VERSION_HERE
with the latest release. - If you are using tools to minimize your project, make sure to keep the files below, by e.g. adding the following lines to your proguard file:
## Rules for NewPipeExtractor
-keep class org.schabi.newpipe.extractor.timeago.patterns.** { *; }
-keep class org.mozilla.javascript.** { *; }
-keep class org.mozilla.classfile.ClassFileWriter
-dontwarn org.mozilla.javascript.tools.**
Note: To use NewPipe Extractor in Android projects with a minSdk
below 33, core library desugaring with the desugar_jdk_libs_nio
artifact is required.
Testing changes
To test changes quickly you can build the library locally. A good approach would be to add something like the following to your settings.gradle
:
includeBuild('../NewPipeExtractor') {
dependencySubstitution {
substitute module('com.github.teamnewpipe:NewPipeExtractor') with project(':extractor')
}
}
Another approach would be to use the local Maven repository, here's a gist of how to use it:
- Add
mavenLocal()
in your projectrepositories
list (usually as the first entry to give priority above the others). - It's recommended that you change the
version
of this library (e.g.LOCAL_SNAPSHOT
). - Run gradle's
ìnstall
task to deploy this library to your local repository (using the wrapper, present in the root of this project:./gradlew install
) - Change the dependency version used in your project to match the one you chose in step 2 (
implementation 'com.github.teamnewpipe:NewPipeExtractor:LOCAL_SNAPSHOT'
)
Tip for Android Studio users: After you make changes and run the
install
task, use the menu optionFile → "Sync with File System"
to refresh the library in your project.
Supported sites
The following sites are currently supported:
- YouTube
- SoundCloud
- media.ccc.de
- PeerTube (no P2P)
- Bandcamp
License
NewPipe Extractor 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.
最近版本更新:(数据更新于 2024-09-09 09:55:08)
2024-07-12 05:26:50 v0.24.1
2024-07-26 00:30:10 v0.24.2
2024-04-24 00:55:04 v0.24.0
2023-12-22 05:04:31 v0.23.1
2023-12-10 23:00:29 v0.23.0
2023-08-03 02:03:07 v0.22.7
2023-04-03 04:47:59 v0.22.6
2023-02-26 23:33:39 v0.22.5
2022-11-03 04:45:25 v0.22.3
2022-11-03 04:40:32 v0.22.2
主题(topics):
bandcamp, crawler, extractor, mediaccc, newpipe, peertube, scraper, soundcloud, youtube
TeamNewPipe/NewPipeExtractor同语言 Java最近更新仓库
2024-11-21 20:32:01 spring-projects/spring-boot
2024-11-21 09:44:43 Card-Forge/forge
2024-11-19 23:42:52 spring-projects/spring-authorization-server
2024-11-18 21:40:12 4379711/lol-helper
2024-11-16 22:50:41 xuxueli/xxl-job
2024-11-16 19:06:35 Stirling-Tools/Stirling-PDF