From de998a7f97c0a27d590b0dbe99fea5643d7b6b96 Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 20 Oct 2023 10:55:23 +0200 Subject: [PATCH] Ignored the venv folder, and also added requirements.txt. Although the thing should work with most yd_dlp versions, so creating avirtual env and just installing yt_dlp using pip should work. --- .gitignore | 2 ++ requirements.txt | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 requirements.txt diff --git a/.gitignore b/.gitignore index 74381fa..eed12d8 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,6 @@ data/* temp/* config.txt +venv/ + dl.sh \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..026326a --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +Brotli==1.1.0 +certifi==2023.7.22 +mutagen==1.47.0 +pycryptodomex==3.19.0 +websockets==11.0.3 +yt-dlp==2023.10.13