From 066ab0e8247860f8e90153cdfcd8180518ca8204 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Thu, 20 Oct 2022 21:39:43 +0200 Subject: [PATCH] Update README.md --- README.md | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 0c6d979..f7a61bc 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,8 @@ pip install facebook-downloader ``` ### Note -> In order to run the program, You will need to have the FireFox browser installed on your pc -> 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) ->> +> You will need to have the FireFox browser installed on your pc +>> 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) # Geckodriver setup ## Linux @@ -21,19 +20,13 @@ pip install facebook-downloader ``` tar -xvzf geckodriver* ``` - -**3. Make it executable** -``` -chmod +x geckodriver -``` - -**4. Add geckodriver to your system path** +**3. Add geckodriver to your system path** ``` export PATH=$PATH:/path/to/downloaded/geckodriver ``` ### Note -> If you encounter issues with the above commands, then you should run them as root (with sudo) +> If you encounter issues with the above commands, then you should run them as root ## Windows @@ -53,8 +46,8 @@ export PATH=$PATH:/path/to/downloaded/geckodriver facebook_downloader ``` -### Note -> Upon run, the program will first check for updates. If found, users will be notified about the update +## Note +> The url format should be as follows; https://www.facebook.com/PageName/videos/VideoID # Optional Arguments