rearrange NOTE blocks
This commit is contained in:
parent
1451b18083
commit
9d1c8f4064
9 changed files with 27 additions and 38 deletions
|
|
@ -1,3 +1,7 @@
|
|||
# NOTE: Cookie files at:
|
||||
# ~/.config/yt-dlp/cookies-youtube.txt
|
||||
# ~/.config/yt-dlp/cookies-bilibili.txt
|
||||
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
|
@ -36,10 +40,6 @@ in
|
|||
python312Packages.bgutil-ytdlp-pot-provider # PO token provider for YouTube
|
||||
];
|
||||
|
||||
# NOTE: Cookie files must be manually placed at:
|
||||
# ~/.config/yt-dlp/cookies-youtube.txt
|
||||
# ~/.config/yt-dlp/cookies-bilibili.txt
|
||||
|
||||
# Create yt-dlp configuration file
|
||||
home.file.".config/yt-dlp/config".text = ''
|
||||
# Quality settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue