Update yt-dlp archive path
This commit is contained in:
parent
9c23d9b8b7
commit
45273bc77f
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
'';
|
||||
|
||||
ytdl_with_options = ''
|
||||
yt-dlp --config-location "$HOME/.config/yt-dlp/config" --download-archive "$HOME/.config/youtube-dl/archive" $argv
|
||||
yt-dlp --config-location "$HOME/.config/yt-dlp/config" --download-archive "$HOME/.config/yt-dlp/archive" $argv
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue