youtube-dl: move python module to pkgs/development/python-modules

This commit is contained in:
quantenzitrone
2026-01-26 03:34:53 +01:00
parent 2b6477a55a
commit 273ff723c7
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -21050,9 +21050,9 @@ self: super: with self; {
youtokentome = callPackage ../development/python-modules/youtokentome { };
youtube-dl = callPackage ../tools/misc/youtube-dl { };
youtube-dl = callPackage ../development/python-modules/youtube-dl { };
youtube-dl-light = callPackage ../tools/misc/youtube-dl { ffmpegSupport = false; };
youtube-dl-light = callPackage ../development/python-modules/youtube-dl { ffmpegSupport = false; };
youtube-search = callPackage ../development/python-modules/youtube-search { };