From 85b71ae3182d892956fe3e9dbf302ca6e5f37e3f Mon Sep 17 00:00:00 2001 From: Jack Wall Date: Mon, 21 Aug 2023 16:52:23 +0100 Subject: [PATCH] Fix: Conversion Failed! Error message and 403 Fixes #1797 Fixes #1785 Issue Error "Error: ERROR: [download] Got error: HTTP Error 403: Forbidden " Root Cause Both are caused by 403 errors occurring in outdated yt-dlp package Solution Update yt-dlp version in requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 22b36d3..dc88156 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,4 +20,4 @@ torch==2.0.1 transformers==4.29.2 ffmpeg-python==0.2.0 elevenlabs==0.2.17 -yt-dlp==2023.3.4 \ No newline at end of file +yt-dlp==2023.7.6 \ No newline at end of file