From 76558bcfe43a2b9ecf6b96eea80e96c7ec5ac88c Mon Sep 17 00:00:00 2001 From: "MR. RANGO" <74708667+RangoZEX@users.noreply.github.com> Date: Thu, 13 Jan 2022 23:41:52 +0530 Subject: [PATCH] Update youtube_dl_extractor.py --- tobrot/helper_funcs/youtube_dl_extractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tobrot/helper_funcs/youtube_dl_extractor.py b/tobrot/helper_funcs/youtube_dl_extractor.py index d248c7dc..617a93b5 100644 --- a/tobrot/helper_funcs/youtube_dl_extractor.py +++ b/tobrot/helper_funcs/youtube_dl_extractor.py @@ -16,7 +16,7 @@ async def extract_youtube_dl_formats( url, cf_name, yt_dl_user_name, yt_dl_pass_word, user_working_dir ): command_to_exec = [ - "youtube-dl", + "yt-dlp", "--no-warnings", "--youtube-skip-dash-manifest", "--no-check-certificate",