fix
This commit is contained in:
parent
6876215859
commit
1997b04b98
5 changed files with 3 additions and 23 deletions
|
|
@ -4,21 +4,12 @@
|
|||
|
||||
# What's Changed
|
||||
|
||||
## Upgraded dependencies
|
||||
|
||||
Python 3.12.11
|
||||
FFmpeg 7.1.1
|
||||
16kb page size support
|
||||
|
||||
## Changes:
|
||||
|
||||
- Fix app sometimes giving you dubbed audio format instead of original audio
|
||||
- Fix app crashing sometimes when pasting a link to terminal, also btw u can enable color highlight if disabled, wont crash the app i guess
|
||||
- Make sponsorblock preference clear by default
|
||||
- For playlists app now uses --lazy-playlist to load large playlists continuously in pages like newpipe does, its faster
|
||||
- Enable / Disable certain cookie records instead of all at once
|
||||
- Add option to write cookie description or label
|
||||
- Add VORBIS to audio containers
|
||||
- Add GIF to video containers
|
||||
- Don't apply sponsorblock api url if sponsorblock is disabled
|
||||
- Add --no-check-certificates command when aria2 is applied
|
||||
|
|
|
|||
|
|
@ -150,11 +150,11 @@ dependencies {
|
|||
|
||||
|
||||
implementation "io.github.junkfood02.youtubedl-android:library:0.18.0"
|
||||
implementation "io.github.junkfood02.youtubedl-android:ffmpeg:0.18.0"
|
||||
//implementation "io.github.junkfood02.youtubedl-android:ffmpeg:0.18.0"
|
||||
implementation "io.github.junkfood02.youtubedl-android:aria2c:0.18.0"
|
||||
|
||||
// implementation "io.github.junkfood02.youtubedl-android:library:0.17.4"
|
||||
// implementation "io.github.junkfood02.youtubedl-android:ffmpeg:0.17.2"
|
||||
implementation "io.github.junkfood02.youtubedl-android:ffmpeg:0.17.2"
|
||||
// implementation "io.github.junkfood02.youtubedl-android:aria2c:0.17.2"
|
||||
|
||||
implementation "androidx.appcompat:appcompat:$appCompatVer"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
<item>flac</item>
|
||||
<item>opus</item>
|
||||
<item>wav</item>
|
||||
<item>vorbis</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="audio_containers_values">
|
||||
|
|
@ -20,7 +19,6 @@
|
|||
<item>flac</item>
|
||||
<item>opus</item>
|
||||
<item>wav</item>
|
||||
<item>vorbis</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="video_containers">
|
||||
|
|
|
|||
|
|
@ -494,7 +494,7 @@
|
|||
<string name="potoken_player">PO Token (Player)</string>
|
||||
<string name="potoken_subs">PO Token (Subs)</string>
|
||||
<string name="visitor_data">Visitor Data</string>
|
||||
<string name="get_data_sync_id">Visitor Data</string>
|
||||
<string name="get_data_sync_id">Get Data Sync ID</string>
|
||||
<string name="desktop">Desktop</string>
|
||||
<string name="url_regex">URL Regex</string>
|
||||
<string name="disable_flat_playlist">Disable flat playlist</string>
|
||||
|
|
|
|||
|
|
@ -1,20 +1,11 @@
|
|||
# What's Changed
|
||||
|
||||
## Upgraded dependencies
|
||||
|
||||
Python 3.12.11
|
||||
FFmpeg 7.1.1
|
||||
16kb page size support
|
||||
|
||||
## Changes:
|
||||
|
||||
- Fix app sometimes giving you dubbed audio format instead of original audio
|
||||
- Fix app crashing sometimes when pasting a link to terminal, also btw u can enable color highlight if disabled, wont crash the app i guess
|
||||
- Make sponsorblock preference clear by default
|
||||
- For playlists app now uses --lazy-playlist to load large playlists continuously in pages like newpipe does, its faster
|
||||
- Enable / Disable certain cookie records instead of all at once
|
||||
- Add option to write cookie description or label
|
||||
- Add VORBIS to audio containers
|
||||
- Add GIF to video containers
|
||||
- Don't apply sponsorblock api url if sponsorblock is disabled
|
||||
- Add --no-check-certificates command when aria2 is applied
|
||||
|
|
|
|||
Loading…
Reference in a new issue