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
11 Replies
everything seems fine?
what the actual error here?
Well if that seems fine then how to use now that's "installed"
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
looks like the difference is completions https://github.com/termux/termux-packages/blob/master/packages/python-yt-dlp/build.sh
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.
oh ok then
i dont even know if yt-dlp still work nowaday
I run it nightly :) haven't noticed any issues
cool
Solved
I found a solution
@Utto please make a habit of actually telling us what you ended up doing, not just that you found a solution :)
helps us all
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.
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 :)