Metadata-Version: 2.1
Name: fbdl-core
Version: 0.0.2
Summary: Modul untuk mengunduh video dari Facebook melalui terminal.
Home-page: https://github.com/AntonThomz/fbdl-core
Author: AntonThomzz
Author-email: antonthomzz@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# fbdl-core

**fbdl-core** is a Python module for downloading Facebook videos via the terminal. This module allows you to get video download links in HD or SD quality easily using a simple command.

## Features
- Supports downloading Facebook videos via URL.
- Provides download links in **HD** and **SD** quality.
- Easy to use via command-line interface (CLI).

## Installation
1. Ensure Python 3.6 or newer is installed.
2. Install the module using the following command:
```bash
pip install fbdl-core
```

## Usage
After installation, you can use `fbdl` directly in the terminal:

```bash
fbdl <Facebook Video URL>
```

### Example:
```bash
fbdl https://www.facebook.com/reel/577508028200221?mibextid=rS40aB7S9Ucbxw6v
```

## License
This project is licensed under the [MIT License](LICENSE).

Created by **AntonThomzz**
