How to install yt-dlp on termux in 2024 (android)

Instructions: -Install the F-droid appstore https://f-droid.org/en/ -Install termux from inside F-droid -Open termux -Write the following commands one by one (run and wait for it to finish before writing the next command): OPTION A: 'Trust no one' approach (recommended) termux-setup-storage pkg update pkg install python ffmpeg pip install -U wheel pip install -U yt-dlp OPTION B: Using this script https://github.com/rofrol/termux-yt-d... pkg update pkg install git git clone https://github.com/rofrol/termux-yt-d... cd termux-yt-dlp bash install.sh Have fun! 0:00 Intro 0:19 Prerequisites 1:02 Commands for termux (option B) 2:30 Commands for termux (option A, recommended) 2:40 Summary 3:22 SSLErrors 4:48 Option B walkthrough