项目作者: sdushantha

项目描述 :
📼 Very minimal Facebook downloader written in 28 lines of Python code (not including comments and blank spaces)
高级语言: Python
项目地址: git://github.com/sdushantha/facebook-dl.git
创建时间: 2018-07-02T13:35:50Z
项目社区:https://github.com/sdushantha/facebook-dl

开源协议:MIT License

下载


facebook-dl


Very minimal Facebook downloader written in 28 lines of Python code (not including comments and blank spaces)



Support me!

Installation

  1. # clone the repo
  2. $ git clone https://github.com/sdushantha/facebook-dl.git
  3. # install the requirements
  4. $ pip3 install -r requirements.txt

Usage

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

Download video in High Definition.

  1. $ python3 facebook-dl.py https://www.facebook.com/McLaren.Racing/videos/10155088130291413 hd

OR

  1. # Without mentioning the resolution will also download in HD
  2. $ python3 facebook-dl.py https://www.facebook.com/McLaren.Racing/videos/10155088130291413

Download video in Standard Definition.

  1. $ python3 facebook-dl.py https://www.facebook.com/McLaren.Racing/videos/10155088130291413 sd

License

MIT License

Copyright (c) 2018 Siddharth Dushantha