duongxthanh / facebook-reels-downloader

Download all Facebook reels with a single command.
MIT License
14 stars 4 forks source link
facebook reels tool

facebook-reels-downloader

Download all reels on channel with a single command.

Facebook Reels Downloader is simple script written with Python that let you download and save your favorite Facebook reels to your computer in HD(High Defination) quality or in SD(Standard Defination) quality.

Depending upon the available quality of the video, downloader extracts HD quality and SD quality video links. You can choose to download whichever you want. However, in some cases, the only quality available is SD.

All the videos will be in MPEG-4 Part 14 (MP4 😉) format.

fb_v

Git Installation

# clone the repo
$ git clone git@github.com:duongxthanh/facebook-reels-downloader.git

# change the working directory to facebook-reels-downloader
$ cd facebook-reels-downloader

# install the requirements
$ pip3 install -r requirements.txt

Usage

python3 reels.py <channel_name> <channel_reel_url>

For your Attention

If you are downloading copyrighted content you should respect author's rights and use the content either for personal purposes or for non-commercial needs with proper mention and authorisation from the author.

Support & Contributions