mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-05-01 00:08:47 +02:00
[Installation] Update Android/Termux instructions (#51)
parent
e6c51bd16b
commit
54ac1d5104
@ -210,7 +210,7 @@ You can use yt-dlp on Android using [Termux](https://termux.dev). Once Termux is
|
||||
```bash
|
||||
termux-setup-storage # Allow termux to download files into your phone's storage
|
||||
pkg update && pkg upgrade # Update all packages
|
||||
pkg install libexpat openssl python # Install python
|
||||
pkg install python python-pip # Install Python and pip
|
||||
pip install -U "yt-dlp[default]" # Install yt-dlp with default dependencies
|
||||
pkg install ffmpeg # OPTIONAL: Install ffmpeg
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user