From 064383a0bf58a03a5cb4f3a4d674dd04b95c76c0 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 25 Aug 2021 10:58:15 +0300 Subject: [PATCH] Let's try to use yt-dlp --- bin/bin/yt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/bin/yt b/bin/bin/yt index 2bbe403..7cd5372 100755 --- a/bin/bin/yt +++ b/bin/bin/yt @@ -1,5 +1,5 @@ #!/usr/local/bin/zsh . /usr/local/bin/virtualenvwrapper.sh -workon youtube3 -youtube-dl --config-location ~/.youtube-dl.conf $@ +workon youtube +yt-dlp --config-location ~/.youtube-dl.conf $@ -- 2.44.0