tartube-yt-dlp: init
This adds another flavour of tartube with yt-dlp used instead of yt-dlp
This commit is contained in:
parent
95c7f7ed58
commit
d8f1759307
@ -9300,6 +9300,10 @@ with pkgs;
|
||||
|
||||
tartube = callPackage ../applications/video/tartube { };
|
||||
|
||||
tartube-yt-dlp = callPackage ../applications/video/tartube {
|
||||
youtube-dl = yt-dlp;
|
||||
};
|
||||
|
||||
tayga = callPackage ../tools/networking/tayga { };
|
||||
|
||||
tcpcrypt = callPackage ../tools/security/tcpcrypt { };
|
||||
|
Loading…
Reference in New Issue
Block a user