Facebook Video Downloader
The Facebook Video Downloader is a Python script that allows you to download Facebook videos directly to your local machine. It utilizes the youtube_dl library to handle the downloading process.
Prerequisites :
Before using the script, make sure you have the following prerequisites installed:
-
Python 3.x
-
youtube_dl library (pip install youtube_dl)
Usage:
- Clone the repository : git clone https://github.com/kaster-san/FacebookVideoDownloader.git
or download the facebook_video_downloader.py file.
-
Open a terminal or command prompt and navigate to the directory where the script is located.
-
Run the script using the following command:
python facebook_video_downloader.py
-
Enter the Facebook video URL when prompted.
If the video is private and requires credentials, you will be asked whether you want to enter your Facebook username and password. If so, provide the requested information.
The video will be downloaded and saved in the current directory with the title of the video as the file name.