Skip to content

Commit 1997b04

Browse files
committed
fix
1 parent 6876215 commit 1997b04

File tree

5 files changed

+3
-23
lines changed

5 files changed

+3
-23
lines changed

CHANGELOG.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,12 @@
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

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

app/src/main/res/values/arrays.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
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">
@@ -20,7 +19,6 @@
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">

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@
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>

fastlane/metadata/android/en-US/changelogs/108060000.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
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

0 commit comments

Comments
 (0)