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.

This commit is contained in:
Relintai 2023-10-20 10:55:23 +02:00
parent 21ad8d2ed2
commit de998a7f97
2 changed files with 8 additions and 0 deletions

2
.gitignore vendored
View File

@ -19,4 +19,6 @@ data/*
temp/* temp/*
config.txt config.txt
venv/
dl.sh dl.sh

6
requirements.txt Normal file
View File

@ -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