LeloKarma / Termux-tools

All termux commands👇🏻
Mozilla Public License 2.0
4 stars 1 forks source link

FB videos downloader #6

Open LeloKarma opened 2 years ago

LeloKarma commented 2 years ago

Facebook Video Downloader (CLI) For Linux Systems Coded in PHP..You feel as downloadinh facebook videos..With the help of this script you can download facebook videos by pasteing video url in termux. Installation :

$ apt update && apt upgrade

$ apt install git 

$ apt install php

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

$ cd fbvid

Run :

$ php fb.php

first here paste fb video url

Now here give a name to your video, it will start downloading your video and saved in current directory. If you want to watch your downloaded video then move this video to sdacrd using mv command 

$ mv video.mp4 /sdcard/

Now your video has moved to sdcrad, go to your sdcard and watch it in peace!

Fiyaas commented 3 months ago
Fiyaas commented 3 months ago