This is a Python script for downloading videos from Facebook.
You need to have Python installed on your computer. You also need the following Python packages:
- selenium
- beautifulsoup4
You can install them with pip:
pip install selenium beautifulsoup4
Clone this repository: Edit the save_location variable in main.py to the path where you want to save the videos.
Run the script:
python main.py
Currently, there are instances where the downloaded MP4 file contains only audio and no video. This is due to the way the script parses the Facebook webpage to find the video URL.