File size: 166 Bytes
44cf118 |
1 2 3 4 5 6 7 |
#!/bin/bash
# install yt-dlp to download youtube videos with command line
python3 -m pip install -U yt-dlp
source ~/.profile
sudo apt install ffmpeg
yt-dlp --version
|
44cf118 |
1 2 3 4 5 6 7 |
#!/bin/bash
# install yt-dlp to download youtube videos with command line
python3 -m pip install -U yt-dlp
source ~/.profile
sudo apt install ffmpeg
yt-dlp --version
|