T
Termux3mo ago
Utto

yt-dlp installation

I ran termux-setup-storage # Allow termux to download files into your phone's storage pkg update && pkg upgrade # Update all packages 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 But it only end here I ran it twice
No description
11 Replies
Mlwls
Mlwls3mo ago
everything seems fine? what the actual error here?
Utto
UttoOP3mo ago
Well if that seems fine then how to use now that's "installed"
Mlwls
Mlwls3mo ago
search how to use yt-dlp then also you can install termux version of yt dlp. apt install python-yt-dlp it should be more compatible than one on pip
ted
ted3mo ago
GitHub
termux-packages/packages/python-yt-dlp/build.sh at master · termux...
A package build system for Termux. Contribute to termux/termux-packages development by creating an account on GitHub.
Mlwls
Mlwls3mo ago
oh ok then i dont even know if yt-dlp still work nowaday
ted
ted3mo ago
I run it nightly :) haven't noticed any issues
Mlwls
Mlwls3mo ago
cool
Utto
UttoOP3mo ago
Solved I found a solution
ted
ted3mo ago
@Utto please make a habit of actually telling us what you ended up doing, not just that you found a solution :) helps us all
Utto
UttoOP3mo ago
I am sorry, So the solution was I was dumb to not understand shit in codeing. My problem was I thought it didn't get installed... But it got installed from the first time. And I was looking at the block of text like "is there something wrong?". But everything got installed are running, now it's just about understanding how the commands.
ted
ted3mo ago
makes sense and no worries - one of the skills here is getting comfortable at least trying to read large blocks of text thanks for answering :)

Did you find this page helpful?