Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eirsvi/facebook-video-downloader
ទាញយកវីដេអូពី ហ្វេសប៊ុក សាធារណៈយ៉ាងងាយស្រួលដោយ URL ដោយប្រើ Terminal ។
https://github.com/eirsvi/facebook-video-downloader
facebook facebook-video-downloader fb video
Last synced: 1 day ago
JSON representation
ទាញយកវីដេអូពី ហ្វេសប៊ុក សាធារណៈយ៉ាងងាយស្រួលដោយ URL ដោយប្រើ Terminal ។
- Host: GitHub
- URL: https://github.com/eirsvi/facebook-video-downloader
- Owner: EIRSVi
- Created: 2024-09-29T11:09:21.000Z (about 1 month ago)
- Default Branch: docs
- Last Pushed: 2024-09-29T14:12:07.000Z (about 1 month ago)
- Last Synced: 2024-10-22T14:48:44.193Z (17 days ago)
- Topics: facebook, facebook-video-downloader, fb, video
- Language: Python
- Homepage: https://facebook.com
- Size: 8.79 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Facebook Video Downloader
Welcome to the **Facebook Video Downloader**! This tool helps you download videos from Facebook using the terminal, with a modern cyber-like glowing effect in the terminal output.
## Features
- **Download Facebook Videos**: Easily download public Facebook videos by providing the URL.
- **Simple to Use**: Just provide the Facebook video URL, and the script handles the rest.## Requirements
- Python 3.x
- [Colorama](https://pypi.org/project/colorama/)
- [pyfiglet](https://pypi.org/project/pyfiglet/)
- [yt-dlp](https://github.com/yt-dlp/yt-dlp)Install the necessary Python packages using:
```bash
pip install colorama pyfiglet yt-dlp
```## Usage
1. Clone this repository:
```bash
git clone [email protected]:EIRSVi/facebook-video-downloader.git
cd facebook-video-downloader
```2. Run the script with a Facebook video URL:
```bash
python fbdl.py
```3. Example with video URL:
```bash
Enter the FB video URL: https://www.facebook.com/zuck/videos/10101858403890501
```### Example
```bash
python fbdl.py
```
**Output:**
```
Welcome to the Facebook Video Downloader!
Enter the FB video URL: https://www.facebook.com/zuck/videos/10101858403890501Video downloaded successfully: /home/user/Downloads/video_name.mp4
```## Support
Support the development of **\V/** by following us on:
- [GitHub](https://github.com/EIRSVi)Stay connected with us for updates and improvements!
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.**SRIEVi © 2024**
### What's Included:
- **Icons on Top**: Displays Git, Kali, Windows, and PowerShell icons at the top.
- **Features**: Highlights the functionality of downloading Facebook videos with a glowing terminal effect.
- **Requirements**: Lists all dependencies needed for the script to run.
- **Usage**: Shows how to use the script with a clear example.
- **Support**: Links to your social media for further updates.