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