Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rly0nheart authored Jan 2, 2023
1 parent 07bf9a0 commit de660b3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Facebook Downloader

[![Upload Python Package](https://github.com/rly0nheart/facebook-downloader/actions/workflows/python-publish.yml/badge.svg)](https://github.com/rly0nheart/facebook-downloader/actions/workflows/python-publish.yml)
[![CodeQL](https://github.com/rly0nheart/facebook-downloader/actions/workflows/codeql.yml/badge.svg)](https://github.com/rly0nheart/facebook-downloader/actions/workflows/codeql.yml)

A program for downloading videos from facebook, given a video url

# Installation
**Install from PyPI**
## Install from PyPI
```
pip install facebook-downloader
```
Expand All @@ -16,7 +14,7 @@ pip install facebook-downloader
>> The program is dependent on selenium, so in order to run it, you will have to download and properly setup geckodriver (setup instructions available below)
# Docker
**Pull the image**
## Pull the image
```
docker pull rly0nheart/facebookdl:facebookdl
```
Expand Down

0 comments on commit de660b3

Please sign in to comment.