Fb-Down is a downloader made especially for reels
or regular videos
that you can download from Facebook.
Using poetry
git clone https://github.com/x404xx/Fb-Down.git
cd Fb-Down
poetry shell
poetry install
Using pip
git clone https://github.com/x404xx/Fb-Down.git
cd Fb-Down
virtualenv env
env/scripts/activate
pip install -r requirements.txt
Reels Video URL
> https://www.facebook.com/reel/990252176035244Regular Video URL
> https://fb.watch/s1tc9-zq-y/
usage: python -m fbdown [-h] -u VIDEO_URL [-od OUTPUT_DIR] [-q] [-nw] [-er]
Download a (regular video|reels) from facebook.
options:
-h, --help show this help message and exit
-u VIDEO_URL, --video_url VIDEO_URL
The URL of the video to download.
-od OUTPUT_DIR, --output_dir OUTPUT_DIR
The directory where the video will be saved. Defaults to current project directory.
-q, --quiet Whether to run the download quietly. Defaults to False.
-nw, --no_warn Whether to suppress warnings. Defaults to False.
-er, --end_ret Whether to return to the beginning of the line after printing progress. Defaults to False.
python -m fbdown -u https://www.facebook.com/reel/990252176035244
Note
This was made for educational purposes only, nobody which directly involved in this project is responsible for any damages caused. You are responsible for your actions.