facebook dl
1.0.0
28行のPythonコードで書かれた非常に最小限のFacebookダウンローダー(コメントや空白は含まれません)
# clone the repo
$ git clone https://github.com/sdushantha/facebook-dl.git
# install the requirements
$ pip3 install -r requirements.txt
usage: facebook-dl.py [-h] url [resolution]
高解像度でビデオをダウンロードしてください。
$ python3 facebook-dl.py https://www.facebook.com/McLaren.Racing/videos/10155088130291413 hd
または
# Without mentioning the resolution will also download in HD
$ python3 facebook-dl.py https://www.facebook.com/McLaren.Racing/videos/10155088130291413
標準の定義でビデオをダウンロードしてください。
$ python3 facebook-dl.py https://www.facebook.com/McLaren.Racing/videos/10155088130291413 sd
MITライセンス
Copyright(c)2018 Siddharth Dushantha