[BUILD] Use yt-dlp new default group (#1099)
Seen in https://github.com/yt-dlp/yt-dlp/releases/tag/2024.10.22
This commit is contained in:
parent
31e4da9ff7
commit
7676fd9488
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ classifiers = [
|
||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"yt-dlp==2024.10.22",
|
"yt-dlp[default]==2024.10.22",
|
||||||
"colorama~=0.4",
|
"colorama~=0.4",
|
||||||
"mergedeep~=1.3",
|
"mergedeep~=1.3",
|
||||||
"mediafile~=0.12",
|
"mediafile~=0.12",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue