add bilibili channels
This commit is contained in:
parent
a745a0c48c
commit
c7fc62b9cc
3 changed files with 4 additions and 8 deletions
|
|
@ -13,7 +13,6 @@
|
||||||
../../modules/rsync.nix
|
../../modules/rsync.nix
|
||||||
../../modules/btop.nix
|
../../modules/btop.nix
|
||||||
../../modules/dictionary.nix
|
../../modules/dictionary.nix
|
||||||
../../modules/yt-dlp.nix
|
|
||||||
../../modules/claude-code.nix
|
../../modules/claude-code.nix
|
||||||
../../modules/fonts.nix
|
../../modules/fonts.nix
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
../../../modules/syncthing.nix
|
../../../modules/syncthing.nix
|
||||||
../../../modules/tex.nix
|
../../../modules/tex.nix
|
||||||
../../../modules/schedule.nix
|
../../../modules/schedule.nix
|
||||||
|
../../../modules/yt-dlp.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# hs-specific home configuration
|
# hs-specific home configuration
|
||||||
|
|
@ -19,8 +20,7 @@
|
||||||
services.scheduled-commands.video-downloads = {
|
services.scheduled-commands.video-downloads = {
|
||||||
enable = true;
|
enable = true;
|
||||||
description = "Download web videos from favorite channels";
|
description = "Download web videos from favorite channels";
|
||||||
interval = "*-*-* 19:00:00";
|
interval = "*-*-* 18:00:00";
|
||||||
randomDelay = "1h";
|
|
||||||
commands = [
|
commands = [
|
||||||
"dlv youtube -n 3 --days 7 -r 1 --min 1 --max 180 'https://www.youtube.com/@KitbogaShow/videos'"
|
"dlv youtube -n 3 --days 7 -r 1 --min 1 --max 180 'https://www.youtube.com/@KitbogaShow/videos'"
|
||||||
"dlv youtube -n 3 --days 7 -r 1 --min 1 --max 180 'https://www.youtube.com/@JCS/videos'"
|
"dlv youtube -n 3 --days 7 -r 1 --min 1 --max 180 'https://www.youtube.com/@JCS/videos'"
|
||||||
|
|
@ -39,6 +39,8 @@
|
||||||
"dlv youtube -n 3 --days 7 -r 1 --min 1 --max 180 'https://www.youtube.com/@linustechtips/videos'"
|
"dlv youtube -n 3 --days 7 -r 1 --min 1 --max 180 'https://www.youtube.com/@linustechtips/videos'"
|
||||||
"dlv youtube -n 3 --days 7 -r 1 --min 1 --max 180 'https://www.youtube.com/@_gerg/videos'"
|
"dlv youtube -n 3 --days 7 -r 1 --min 1 --max 180 'https://www.youtube.com/@_gerg/videos'"
|
||||||
"dlv youtube -n 3 --days 7 -r 1 --min 1 --max 180 'https://www.youtube.com/@Yeah_Jaron/videos'"
|
"dlv youtube -n 3 --days 7 -r 1 --min 1 --max 180 'https://www.youtube.com/@Yeah_Jaron/videos'"
|
||||||
|
"dlv bilibili -n 7 --days 7 -r 1 'https://space.bilibili.com/1629347259/upload/video'" # 红警HBK08
|
||||||
|
"dlv bilibili -n 7 --days 7 -r 1 'https://space.bilibili.com/483246073/upload/video'" # 红警魔鬼蓝天
|
||||||
"dlv bilibili -n 3 --days 7 -r 1 --title '摸鱼切片' 'https://space.bilibili.com/15810/upload/video'" # Mr.Quin
|
"dlv bilibili -n 3 --days 7 -r 1 --title '摸鱼切片' 'https://space.bilibili.com/15810/upload/video'" # Mr.Quin
|
||||||
"dlv bilibili -n 3 --days 7 -r 1 --title 'PGN' 'https://space.bilibili.com/8012266/upload/video'" # PGN
|
"dlv bilibili -n 3 --days 7 -r 1 --title 'PGN' 'https://space.bilibili.com/8012266/upload/video'" # PGN
|
||||||
"dlv bilibili -n 3 --days 7 -r 1 'https://space.bilibili.com/2799050'" # 白洋
|
"dlv bilibili -n 3 --days 7 -r 1 'https://space.bilibili.com/2799050'" # 白洋
|
||||||
|
|
|
||||||
|
|
@ -26,11 +26,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.yt-dlp-custom = {
|
|
||||||
enable = true;
|
|
||||||
downloadDir = "~/Downloads/web-video";
|
|
||||||
};
|
|
||||||
|
|
||||||
# Enable Ghostty terminal with OSC-52 clipboard support
|
# Enable Ghostty terminal with OSC-52 clipboard support
|
||||||
programs.ghostty-custom = {
|
programs.ghostty-custom = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue