All Projects → sdushantha → Facebook Dl

sdushantha / Facebook Dl

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

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Facebook Dl

Saldl
A lightweight well-featured CLI downloader optimized for speed and early preview.
Stars: ✭ 203 (-1.93%)
Mutual labels:  cli, command-line, downloader
Github Files Fetcher
Download a specific folder or file from a GitHub repo through command line
Stars: ✭ 73 (-64.73%)
Mutual labels:  cli, command-line, downloader
Cum
comic updater, mangafied
Stars: ✭ 117 (-43.48%)
Mutual labels:  cli, command-line, downloader
Commander
Test your command line interfaces on windows, linux and osx and nodes viá ssh and docker
Stars: ✭ 183 (-11.59%)
Mutual labels:  cli, command-line
Cointop
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
Stars: ✭ 2,912 (+1306.76%)
Mutual labels:  cli, command-line
Demo
A framework for performing live pre-recorded command line demos in the wild 📼
Stars: ✭ 179 (-13.53%)
Mutual labels:  cli, command-line
Mandown
man-page inspired Markdown viewer
Stars: ✭ 173 (-16.43%)
Mutual labels:  cli, command-line
Gcli
🖥 Go CLI application, tool library, running CLI commands, support console color, user interaction, progress display, data formatting display, generate bash/zsh completion add more features. Go的命令行应用,工具库,运行CLI命令,支持命令行色彩,用户交互,进度显示,数据格式化显示,生成bash/zsh命令补全脚本
Stars: ✭ 188 (-9.18%)
Mutual labels:  cli, command-line
Downloader Cli
A simple downloader written in Python with an awesome customizable progressbar.
Stars: ✭ 186 (-10.14%)
Mutual labels:  cli, downloader
Snapstub
Copy API endpoints to your fs and run a local server using them
Stars: ✭ 193 (-6.76%)
Mutual labels:  cli, command-line
Zoxide
A smarter cd command. Supports all major shells.
Stars: ✭ 4,422 (+2036.23%)
Mutual labels:  cli, command-line
Magicli
Automagically generates command-line interfaces (CLI) for any module. Expected options and help sections are created automatically based on parameters names, with support to async.
Stars: ✭ 178 (-14.01%)
Mutual labels:  cli, command-line
You Dont Need Gui
Stop relying on GUI; CLI **ROCKS**
Stars: ✭ 4,766 (+2202.42%)
Mutual labels:  cli, command-line
Sharprompt
Interactive command line interface toolkit for C#
Stars: ✭ 197 (-4.83%)
Mutual labels:  cli, command-line
Askgit
Query git repositories with SQL. Generate reports, perform status checks, analyze codebases. 🔍 📊
Stars: ✭ 2,707 (+1207.73%)
Mutual labels:  cli, command-line
Tably
Python command-line script for converting .csv data to LaTeX tables
Stars: ✭ 173 (-16.43%)
Mutual labels:  cli, command-line
Goaccess
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
Stars: ✭ 14,096 (+6709.66%)
Mutual labels:  cli, command-line
Miniserve
🌟 For when you really just want to serve some files over HTTP right now!
Stars: ✭ 2,894 (+1298.07%)
Mutual labels:  cli, command-line
Commander
🚀The framework to write type-safe and structured command line program easily in Swift.
Stars: ✭ 170 (-17.87%)
Mutual labels:  cli, command-line
Qoa
Minimal interactive command-line prompts
Stars: ✭ 2,007 (+869.57%)
Mutual labels:  cli, command-line

facebook-dl

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

Support me!

Installation

# 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.

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

OR

# 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.

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

License

MIT License

Copyright (c) 2018 Siddharth Dushantha

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].