mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-27 20:37:52 +00:00
Compare commits
No commits in common. "dev" and "v0.24.8" have entirely different histories.
@ -68,10 +68,10 @@ subprojects {
|
||||
|
||||
// https://discuss.gradle.org/t/best-approach-gradle-multi-module-project-generate-just-one-global-javadoc/18657/21
|
||||
tasks.register('aggregatedJavadocs', Javadoc) {
|
||||
destinationDir = layout.buildDirectory.file("docs/javadoc").get().asFile
|
||||
destinationDir = file("${layout.buildDirectory}/docs/javadoc")
|
||||
title = "$project.name $version"
|
||||
// options.memberLevel = JavadocMemberLevel.PRIVATE
|
||||
options.links 'https://docs.oracle.com/javase/11/docs/api/'
|
||||
options.links 'https://docs.oracle.com/javase/8/docs/api/'
|
||||
options.encoding 'UTF-8'
|
||||
// Fixes unknown tag @implNote; the other two were added precautionary
|
||||
options.tags = [
|
||||
|
@ -35,7 +35,7 @@ dependencies {
|
||||
implementation project(':timeago-parser')
|
||||
|
||||
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
|
||||
implementation 'org.jsoup:jsoup:1.21.2'
|
||||
implementation 'org.jsoup:jsoup:1.21.1'
|
||||
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
|
||||
implementation "com.google.protobuf:protobuf-javalite:$protobufVersion"
|
||||
|
||||
|
@ -26,7 +26,7 @@ import javax.annotation.Nullable;
|
||||
|
||||
/**
|
||||
* Note:
|
||||
* This extractor is currently (2025-07) only used to extract related video streams.<br>
|
||||
* This extractor is currently (2025-07) only used to extract related video streams.<br/>
|
||||
* The following features are currently not implemented because they have never been observed:
|
||||
* <ul>
|
||||
* <li>Shorts</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user