mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-13 02:14:20 +01:00
Add install instructions for Termux
parent
c9c785614f
commit
0a08ae6d77
1 changed files with 16 additions and 0 deletions
|
@ -159,3 +159,19 @@ To update, run:
|
||||||
```powershell
|
```powershell
|
||||||
winget upgrade yt-dlp
|
winget upgrade yt-dlp
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Android
|
||||||
|
|
||||||
|
You can use yt-dlp on Android using [Termux](https://termux.dev). Once Termux is installed, open it and run the following commands:
|
||||||
|
```bash
|
||||||
|
termux-setup-storage # Allow termux to download files into your phone's storage
|
||||||
|
pkg update && pkg upgrade # Update all packages
|
||||||
|
pkg install python # Install python
|
||||||
|
pip install -U yt-dlp # Install yt-dlp
|
||||||
|
pkg install ffmpeg # OPTIONAL: Install ffmpeg
|
||||||
|
```
|
||||||
|
|
||||||
|
To update, run:
|
||||||
|
```bash
|
||||||
|
pip install -U yt-dlp
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue