Download Facebook Videos in Termux Using FBVID Tool

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 -y

Give Termux storage permission:

termux-setup-storage

Install required packages:

pkg install git php -y

Clone FBVID tool:

git clone https://github.com/Tuhinshubhra/fbvid

Go to tool directory:

cd fbvid

Usage Commands

Run the tool:

php fb.php

Paste Facebook video URL when asked:

https://www.facebook.com/........

Give a file name for the video:

myvideo

Start download:

DONE

Move downloaded video to storage (gallery):

mv *.mp4 /sdcard/
SHARE THIS POST: