Download Facebook Videos
I wrote a Python script for downloading Facebook videos. I originally wrote the script last year, but a couple of months ago Facebook changed its code and, consequently, broke mine. So this is actually version 2.0.
The nice thing about my script is that it has no third-party dependencies; Python is all you need to use it. Also the code is quite simple and minimal.
Usage:
python fbvids.py “URL”
The double quotes are necessary to prevent the shell from chopping up URLs with ampersands.
Since neocities doesn’t allow uploading python files I’m uploading it as a .txt file.
Download
Enjoy!
Posted: 18-01-2022
Tags: software