Use a pip-installed YouTube downloader
This commit is contained in:
parent
56085de482
commit
c5f6a850f0
3 changed files with 10 additions and 1 deletions
4
.local/bin/yt-dlp
Executable file
4
.local/bin/yt-dlp
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#! /usr/bin/sh
|
||||
|
||||
. ~/Downloads/.venv/bin/activate
|
||||
yt-dlp "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue