Metadata-Version: 2.4
Name: mrjet
Version: 0.1.3
Summary: simple m3u8 downloader for missav
Author: cailurus
Project-URL: Homepage, https://github.com/cailurus/mrjet
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: curl-cffi>=0.9.0
Requires-Dist: m3u8>=6.0.0
Requires-Dist: pym3u8downloader>=0.1.8
Requires-Dist: requests>=2.32.3
Requires-Dist: patchright>=1.51.3
Dynamic: license-file

# mrjet

`mrjet` is a simple command-line tool for downloading funny movies from MissAV.

## Installation

Install `mrjet` via PyPI:

```bash
pip install mrjet
```

Ensure you are using Python 3.10 or higher.

## Usage

Currently, `mrjet` supports a basic function: fetching content from a specified URL and saving it to an output directory.

### Basic Usage

```bash
mrjet --url <URL> --output_dir <directory>
```

- `--url`: The URL to process (required).
- `--output_dir`: The output directory (required).

#### Example

```bash
mrjet --url https://missav.ws/fc2-ppv-4635958 --output_dir movies/
```

This will process the content and save it to the `movies/` directory.

## License

This project is licensed under the [MIT License](LICENSE). See the `LICENSE` file for details.
