Add yt-dlp module for download web videos
This commit is contained in:
parent
6482a70f7a
commit
a91efe6818
9 changed files with 328 additions and 1 deletions
|
|
@ -8,4 +8,9 @@
|
|||
# MacBook Air-specific home configuration
|
||||
# Example: Laptop-specific tools, power management, etc.
|
||||
|
||||
# yt-dlp configuration
|
||||
programs.yt-dlp-custom = {
|
||||
enable = true;
|
||||
downloadDir = "~/Downloads/Videos";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue