]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Let's try to use yt-dlp
authorSergey Matveev <stargrave@stargrave.org>
Wed, 25 Aug 2021 07:58:15 +0000 (10:58 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 25 Aug 2021 07:58:15 +0000 (10:58 +0300)
bin/bin/yt

index 2bbe403a04c0ec62e112eff541a34cda9c6fe93e..7cd537244a2354fb062907ac77ae3b8dd07d5cfc 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/local/bin/zsh
 
 . /usr/local/bin/virtualenvwrapper.sh
 #!/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 $@