x404xx / Fb-Down

Made especially for reels or regular videos that you can download from Facebook.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fb-Down is a downloader made especially for reels or regular videos that you can download from Facebook.

Installation

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

URL Example

Usage

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.

Usage Example

python -m fbdown -u https://www.facebook.com/reel/990252176035244

Output

Legal Disclaimer

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.

About

Made especially for reels or regular videos that you can download from Facebook.


Languages

Language:Python 100.0%