Merge pull request #329762 from kirillrdy/moviepy

python3Packages.moviepy: replace youtube-dl with yt-dlp
This commit is contained in:
Samuel Ainsworth 2024-07-25 23:33:14 -04:00 committed by GitHub
commit f07aa8677a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
scipy,
setuptools,
tqdm,
youtube-dl,
yt-dlp,
}:
buildPythonPackage rec {
@ -56,7 +56,7 @@ buildPythonPackage rec {
scikit-image
scikit-learn
scipy
youtube-dl
yt-dlp
];
};