From 34d397b5af2a23756a38770ae26995b087cbf0a9 Mon Sep 17 00:00:00 2001 From: candrapersada <36833664+candrapersada@users.noreply.github.com> Date: Sat, 26 Oct 2024 08:37:03 +0700 Subject: [PATCH 1/2] Update ani-cli yt-dlp reports SSL: CERTIFICATE_VERIFY_FAILED when using ani-cli --- ani-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ani-cli b/ani-cli index 5a65fe840..2da6be236 100755 --- a/ani-cli +++ b/ani-cli @@ -261,7 +261,7 @@ download() { case $1 in *m3u8*) if command -v "yt-dlp" >/dev/null; then - yt-dlp "$1" --no-skip-unavailable-fragments --fragment-retries infinite -N 16 -o "$download_dir/$2.mp4" + yt-dlp "$1" --no-check-certificate --no-skip-unavailable-fragments --fragment-retries infinite -N 16 -o "$download_dir/$2.mp4" else ffmpeg -loglevel error -stats -i "$1" -c copy "$download_dir/$2.mp4" fi From db107d67e958d774e4ce07bff82ddd977fe2b931 Mon Sep 17 00:00:00 2001 From: candrapersada <36833664+candrapersada@users.noreply.github.com> Date: Sat, 26 Oct 2024 08:38:54 +0700 Subject: [PATCH 2/2] Update ani-cli yt-dlp reports SSL: CERTIFICATE_VERIFY_FAILED when using --- ani-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ani-cli b/ani-cli index 2da6be236..0d9a34f03 100755 --- a/ani-cli +++ b/ani-cli @@ -1,6 +1,6 @@ #!/bin/sh -version_number="4.9.5" +version_number="4.9.6" # UI