Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 709 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 709 Bytes

Facebook-Video-Downloader

A simple console application (C#) to download facebook videos.
This app uses selenium because its needs to intercept network activity to get the video url.
If the video has audio, we need to get a video and audio url separately from the network activity, to then join them (with FFmpeg).
The app was modeled to keep up with current facebook changes.

Dependencies

  • FFmpeg
  • Chromedriver

How to run

You need to install the google chrome navigator and override the .exe file of chromedriver which corresponds with the installed browser version.

Example

image