mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-12-03 13:03:31 +01:00
[Installation] Update termux instructions (#28)
parent
50db041062
commit
dd723fd78c
@ -189,11 +189,11 @@ winget upgrade yt-dlp
|
|||||||
|
|
||||||
You can use yt-dlp on Android using [Termux](https://termux.dev). Once Termux is installed, open it and run the following commands:
|
You can use yt-dlp on Android using [Termux](https://termux.dev). Once Termux is installed, open it and run the following commands:
|
||||||
```bash
|
```bash
|
||||||
termux-setup-storage # Allow termux to download files into your phone's storage
|
termux-setup-storage # Allow termux to download files into your phone's storage
|
||||||
pkg update && pkg upgrade # Update all packages
|
pkg update && pkg upgrade # Update all packages
|
||||||
pkg install python # Install python
|
pkg install libexpat openssl python # Install python
|
||||||
pip install -U yt-dlp # Install yt-dlp
|
pip install -U yt-dlp # Install yt-dlp
|
||||||
pkg install ffmpeg # OPTIONAL: Install ffmpeg
|
pkg install ffmpeg # OPTIONAL: Install ffmpeg
|
||||||
```
|
```
|
||||||
|
|
||||||
To update, run:
|
To update, run:
|
||||||
|
Loading…
Reference in New Issue
Block a user