commit
This commit is contained in:
parent
c080c8039e
commit
c074645470
2 changed files with 2 additions and 2 deletions
|
|
@ -209,5 +209,5 @@ dependencies {
|
||||||
implementation 'androidx.compose.material3:material3-android:1.2.1'
|
implementation 'androidx.compose.material3:material3-android:1.2.1'
|
||||||
implementation "io.noties.markwon:core:4.6.2"
|
implementation "io.noties.markwon:core:4.6.2"
|
||||||
implementation("org.greenrobot:eventbus:3.3.1")
|
implementation("org.greenrobot:eventbus:3.3.1")
|
||||||
implementation("com.github.TeamNewPipe:NewPipeExtractor:0.24.2")
|
implementation("com.github.teamnewpipe:NewPipeExtractor:0.24.2")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -332,7 +332,7 @@ class NewPipeUtil(context: Context) {
|
||||||
container = it.format!!.name,
|
container = it.format!!.name,
|
||||||
acodec = it.codec,
|
acodec = it.codec,
|
||||||
filesize = it.itagItem!!.contentLength,
|
filesize = it.itagItem!!.contentLength,
|
||||||
format_note = (it.audioTrackName ?: (it.itagItem?.getResolutionString() ?: ((it.bitrate / 1000).toString() + "k"))) + " Audio",
|
format_note = (it.audioTrackName ?: (it.itagItem?.getResolutionString() ?: ((it.bitrate / 1000).toString() + "kbps"))) + " Audio",
|
||||||
lang = it.audioLocale?.language,
|
lang = it.audioLocale?.language,
|
||||||
asr = it.itagItem!!.sampleRate.toString(),
|
asr = it.itagItem!!.sampleRate.toString(),
|
||||||
url = it.content,
|
url = it.content,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue