A program for downloading videos from Facebook, given a video url
pip install facebook-downloader
You will need to have the FireFox browser installed and geckodriver properly set up.
1. Clone the repository
git clone https://github.com/bellingcat/facebook-downloader
2. Navigate to the cloned repository
cd facebook-downloader
docker build --tty my-facebook-downloader .
Find the install.sh
script and run it
./install.sh
This assumes the script was already made executable with the
chmod +x uninstall.sh
command.
1. Navigate to the facebook-downloader directory
Find the install.ps1
script and run it
.\install.ps1
The installation scripts will download and setup geckodriver, then install facebook-downloader.
facebook_downloader <video-url>
docker run --tty --volume $PWD/downloads:/app/downloads my-facebook-downloader <facebook_video_url>
Flag | Description |
---|---|
-a/--audio | download as audio |
-o/--output | output file name |
If you would like to donate, you could Buy A Coffee for the developer using the button below
Your support will be much appreciated!