2022-09-24 16:33:23 +02:00
2022-09-21 17:55:47 +02:00
2022-09-24 16:31:10 +02:00
2022-09-24 16:33:23 +02:00

Facebook-Downloader

A program for downloading Facebook videos

Installation

1. Clone the project

git clone https://github.com/rly0nheart/Facebook-Downloader.git

2. Move to Facebook-Downloader directory

cd Facebook-Downloader

3. Install dependencies

Note

This will install tqdm, selenium, and requests

You will need to have Firefox installed to run the program

For user convenience, the program will come with a geckodriver.exe binary

pip install -r requirements.txt

Usage

python downloader.py <facebook-url>

Alternatively, you could grant execution permission to the downloader and run it as shown below

1. Grant execution permission

chmod +x downloader.py

2. Run downloader

./downloader.py <facebook-url>

Example

python downloader.py https://www.facebook.com/PageName/videos/VideoID

Note

Upon run, the downloader will first check for updates. If found, users will be prompted to download the updates

Optional Arguments

Flag Description
-A/--audio download audio only (coming soon)
-o/--output output filename
-d/--debug enable debug mode
-v/--version show program's version number and exit

Donations

If you would like to donate, you could Buy A Coffee for the developer using the button below

Buy Me A Coffee

Your support will be much appreciated!

Languages
Python 68.6%
PowerShell 20.4%
Shell 6.4%
Dockerfile 4.6%