File tree Expand file tree Collapse file tree 5 files changed +3
-23
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 5 files changed +3
-23
lines changed Original file line number Diff line number Diff line change 44
55# What's Changed
66
7- ## Upgraded dependencies
8-
9- Python 3.12.11
10- FFmpeg 7.1.1
11- 16kb page size support
12-
13- ## Changes:
14-
157- Fix app sometimes giving you dubbed audio format instead of original audio
168- 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
179- Make sponsorblock preference clear by default
1810- For playlists app now uses --lazy-playlist to load large playlists continuously in pages like newpipe does, its faster
1911- Enable / Disable certain cookie records instead of all at once
2012- Add option to write cookie description or label
21- - Add VORBIS to audio containers
2213- Add GIF to video containers
2314- Don't apply sponsorblock api url if sponsorblock is disabled
2415- Add --no-check-certificates command when aria2 is applied
Original file line number Diff line number Diff line change @@ -150,11 +150,11 @@ dependencies {
150150
151151
152152 implementation " io.github.junkfood02.youtubedl-android:library:0.18.0"
153- implementation " io.github.junkfood02.youtubedl-android:ffmpeg:0.18.0"
153+ // implementation "io.github.junkfood02.youtubedl-android:ffmpeg:0.18.0"
154154 implementation " io.github.junkfood02.youtubedl-android:aria2c:0.18.0"
155155
156156// implementation "io.github.junkfood02.youtubedl-android:library:0.17.4"
157- // implementation "io.github.junkfood02.youtubedl-android:ffmpeg:0.17.2"
157+ implementation " io.github.junkfood02.youtubedl-android:ffmpeg:0.17.2"
158158// implementation "io.github.junkfood02.youtubedl-android:aria2c:0.17.2"
159159
160160 implementation " androidx.appcompat:appcompat:$appCompatVer "
Original file line number Diff line number Diff line change 88 <item >flac</item >
99 <item >opus</item >
1010 <item >wav</item >
11- <item >vorbis</item >
1211 </string-array >
1312
1413 <string-array name =" audio_containers_values" >
2019 <item >flac</item >
2120 <item >opus</item >
2221 <item >wav</item >
23- <item >vorbis</item >
2422 </string-array >
2523
2624 <string-array name =" video_containers" >
Original file line number Diff line number Diff line change 494494 <string name =" potoken_player" >PO Token (Player)</string >
495495 <string name =" potoken_subs" >PO Token (Subs)</string >
496496 <string name =" visitor_data" >Visitor Data</string >
497- <string name =" get_data_sync_id" >Visitor Data</string >
497+ <string name =" get_data_sync_id" >Get Data Sync ID </string >
498498 <string name =" desktop" >Desktop</string >
499499 <string name =" url_regex" >URL Regex</string >
500500 <string name =" disable_flat_playlist" >Disable flat playlist</string >
Original file line number Diff line number Diff line change 11# What's Changed
22
3- ## Upgraded dependencies
4-
5- Python 3.12.11
6- FFmpeg 7.1.1
7- 16kb page size support
8-
9- ## Changes:
10-
113- Fix app sometimes giving you dubbed audio format instead of original audio
124- 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
135- Make sponsorblock preference clear by default
146- For playlists app now uses --lazy-playlist to load large playlists continuously in pages like newpipe does, its faster
157- Enable / Disable certain cookie records instead of all at once
168- Add option to write cookie description or label
17- - Add VORBIS to audio containers
189- Add GIF to video containers
1910- Don't apply sponsorblock api url if sponsorblock is disabled
2011- Add --no-check-certificates command when aria2 is applied
You can’t perform that action at this time.
0 commit comments