HomeTermuxTermux Facebook video downloader

Termux Facebook video downloader

Facebook video downloader –ย Facebookย is one of the best social media with that you can share photos, videos and chat with your friends and family. Facebook videos didn’t have aย downloadย option, but you can save them.

If you need to download Facebook videos to your SD card, you need to install another app. Most third-party applications require a username password. So do not use this type of application.

In this article I will teach you how to download Facebook videos with the Termux app. Termux is a Linux emulator with this app you can install all GitHub projects and program-based hacking tools. Now we used this app to download FB videos.

Facebook Video Downloader with termux

Step 1:

First of all we need to install the “Termux” application so click the below download button

termux application

Once you install the Termux application you need to install some basic requirements these are all important to install any tool on termux

				
					pkg install git
pkg install python
pkg install python2
pip install requests
				
			

Nowย you need to give the storage permission to termux because theย downloaded video can be saved to the SD card

				
					termux-setup-storage
				
			
give storage permission

Install download manager

Step 2:

After complete the above process download the “Facebook-Downloader” tool so type the below command in your termux terminal.

				
					git clone https://github.com/Edi-ID/facebook-downloader.git
				
			
Termux Facebook video downloader

Then change the directory with “cd” command

				
					cd facebook-downloader
				
			
Termux Facebook video downloader

Step 3:

Now give permission to read write and execute of “main.py” python file so execute the following commands

				
					chmod +x main.py
				
			

Step 4:

Now run the tool with following command and copy Facebook video URL and paste with terminal, Then type video saved location

				
					python main.py
				
			
Termux Facebook video downloader

Now the video will be stored in your SD card

Termux Facebook video downloader

That’s it, you are done. this is way to download the Facebook video with termux. I hope this article help you! share with your friends.

RELATED ARTICLES

1 Comment

Leave A Reply

Please enter your comment!
Please enter your name here

Most Popular