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
麻省理工学院许可证
版权(C)2018 Siddharth Dushantha