FBVID is a simple PHP-based tool that helps you download Facebook videos directly in Termux, just by giving the video link, you can quickly save videos to your device without using any browser or third-party app. It is fast, lightweight, and easy to use for beginners.
Installation Commands
Update Termux:
pkg update && pkg upgrade -yGive Termux storage permission:
termux-setup-storageInstall required packages:
pkg install git php -yClone FBVID tool:
git clone https://github.com/Tuhinshubhra/fbvidGo to tool directory:
cd fbvidUsage Commands
Run the tool:
php fb.phpPaste Facebook video URL when asked:
https://www.facebook.com/........Give a file name for the video:
myvideoStart download:
DONEMove downloaded video to storage (gallery):
mv *.mp4 /sdcard/
