diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-02 03:30:46 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-02 03:30:46 -0600 |
| commit | f531b6f0073a24a6a8434f622343379c3abb8007 (patch) | |
| tree | 1f698c297f7277a52d8bb6661dd527a4243b689b /dotfiles/common | |
| parent | ffcaa62d9a837aafb6552921646d551ca89dfbe1 (diff) | |
| download | archsetup-f531b6f0073a24a6a8434f622343379c3abb8007.tar.gz archsetup-f531b6f0073a24a6a8434f622343379c3abb8007.zip | |
fix(yt-dlp): enable remote components for YouTube JS challenges
Diffstat (limited to 'dotfiles/common')
| -rw-r--r-- | dotfiles/common/.config/yt-dlp/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/common/.config/yt-dlp/config b/dotfiles/common/.config/yt-dlp/config index 6b99261..2e024cd 100644 --- a/dotfiles/common/.config/yt-dlp/config +++ b/dotfiles/common/.config/yt-dlp/config @@ -18,3 +18,6 @@ # Output template: ~/videos/channel-title.ext -o ~/videos/%(channel)s-%(title)s.%(ext)s + +# Download YouTube JS challenge solver from official yt-dlp/ejs repo +--remote-components ejs:github |
