mirror of
https://github.com/Relintai/ytdl_link_gen.git
synced 2024-11-14 04:47:18 +01:00
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:
parent
21ad8d2ed2
commit
de998a7f97
2
.gitignore
vendored
2
.gitignore
vendored
@ -19,4 +19,6 @@ data/*
|
||||
temp/*
|
||||
config.txt
|
||||
|
||||
venv/
|
||||
|
||||
dl.sh
|
6
requirements.txt
Normal file
6
requirements.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user