facebook-dl

Download facebook videos from your terminal.

:floppy_disk: Installation

# clone the repo
$ git clone https://github.com/sdushantha/facebook-dl.git

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

:hammer: Usage

usage: facebook-dl.py [-h] url [resolution]

Download video in High Definition.

$ python3 facebook-dl.py https://www.facebook.com/nike/videos/10155846581253445/ hd

OR

# Without mentioning the resolution will also download in HD
$ python3 facebook-dl.py https://www.facebook.com/nike/videos/10155846581253445/

Download video in Standard Definition.

$ python3 facebook-dl.py https://www.facebook.com/nike/videos/10155846581253445/ sd

GitHub