We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Luf-Mp4
m3u8
1 parent c818631 commit c42a44eCopy full SHA for c42a44e
ani-cli
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-version_number="4.10.3"
+version_number="4.10.4"
4
5
# UI
6
@@ -282,10 +282,10 @@ update_history() {
282
}
283
284
download() {
285
- # download subtitle if it's set
286
- [ -n "$subtitle" ] && curl -s "$subtitle" -o "$download_dir/$2.vtt"
287
case $1 in
288
*m3u8*)
+ # download subtitle if it's set
+ [ -n "$subtitle" ] && curl -s "$subtitle" -o "$download_dir/$2.vtt"
289
if command -v "yt-dlp" >/dev/null; then
290
yt-dlp --referer "$m3u8_refr" "$1" --no-skip-unavailable-fragments --fragment-retries infinite -N 16 -o "$download_dir/$2.mp4"
291
else
0 commit comments