From 95346003f4876620496eb9d75dd0eabb21043bd9 Mon Sep 17 00:00:00 2001 From: Boreas Date: Fri, 10 Jan 2025 00:51:36 +0300 Subject: [PATCH 1/2] Update requirements.txt --- CliYoutubeDownloader/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CliYoutubeDownloader/requirements.txt b/CliYoutubeDownloader/requirements.txt index cd5e770101f..9a9d50658dc 100644 --- a/CliYoutubeDownloader/requirements.txt +++ b/CliYoutubeDownloader/requirements.txt @@ -1 +1 @@ -pytube +pytubefix From 3e4d766fd993642b28016b5fc8b6229888b97b1a Mon Sep 17 00:00:00 2001 From: Boreas Date: Fri, 10 Jan 2025 00:51:58 +0300 Subject: [PATCH 2/2] Update CliYoutubeDownloader.py --- CliYoutubeDownloader/CliYoutubeDownloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CliYoutubeDownloader/CliYoutubeDownloader.py b/CliYoutubeDownloader/CliYoutubeDownloader.py index d155f25cf0f..2af607ad5ae 100644 --- a/CliYoutubeDownloader/CliYoutubeDownloader.py +++ b/CliYoutubeDownloader/CliYoutubeDownloader.py @@ -1,6 +1,6 @@ # libraraies -import pytube +import pytubefix import sys