Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdushantha/facebook-dl
📼 Very minimal Facebook downloader written in 28 lines of Python code (not including comments and blank spaces)
https://github.com/sdushantha/facebook-dl
cli codegolf command-line commandline-tool downloader facebook facebook-dl linux macos python python3 video
Last synced: 18 days ago
JSON representation
📼 Very minimal Facebook downloader written in 28 lines of Python code (not including comments and blank spaces)
- Host: GitHub
- URL: https://github.com/sdushantha/facebook-dl
- Owner: sdushantha
- License: mit
- Created: 2018-07-02T13:35:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T20:20:16.000Z (over 4 years ago)
- Last Synced: 2024-10-17T14:19:12.790Z (27 days ago)
- Topics: cli, codegolf, command-line, commandline-tool, downloader, facebook, facebook-dl, linux, macos, python, python3, video
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 238
- Watchers: 10
- Forks: 48
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# facebook-dl
Very minimal Facebook downloader written in 28 lines of Python code (not including comments and blank spaces)
[![Support me!](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/XoJfSVI)
## Installation
```bash
# clone the repo
$ git clone https://github.com/sdushantha/facebook-dl.git# install the requirements
$ pip3 install -r requirements.txt
```## Usage
```
usage: facebook-dl.py [-h] url [resolution]
```---
Download video in High Definition.
```bash
$ python3 facebook-dl.py https://www.facebook.com/McLaren.Racing/videos/10155088130291413 hd
```
OR
```bash
# Without mentioning the resolution will also download in HD
$ python3 facebook-dl.py https://www.facebook.com/McLaren.Racing/videos/10155088130291413
```
Download video in Standard Definition.
```bash
$ python3 facebook-dl.py https://www.facebook.com/McLaren.Racing/videos/10155088130291413 sd
```## License
MIT LicenseCopyright (c) 2018 Siddharth Dushantha