Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 931 Bytes

README.md

File metadata and controls

45 lines (36 loc) · 931 Bytes

fbdl

Facebook Download Vidio Versi CLI

💾 Installation

# clone the repo
$ git clone https://github.com/sadcode-org/fbdl.git

# open is folder fbdl
$ cd fbdl

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

🔨 Usage

usage: fbdl.py [-h] url [resolution]

Download video in High Definition.

$ python3 facebook-dl.py https://www.facebook.com/user/videos/id(1015584658125345)/ hd

OR

# Without mentioning the resolution will also download in HD
$ python3 facebook-dl.py https://www.facebook.com/user/videos/id (1015584658125345)/

Download video in Standard Definition.

$ python3 facebook-dl.py https://www.facebook.com/user/videos/id (10155846581253445)/ sd

📜 License

MIT License

Copyright (c) 2019 SadCode Official