mrjet
is a simple command-line tool for downloading funny movies from MissAV.
Install mrjet
via PyPI:
pip install mrjet
Ensure you are using Python 3.10 or higher.
Currently, mrjet
supports a basic function: fetching content from a specified URL and saving it to an output directory.
mrjet --url <URL> --output_dir <directory>
--url
: The URL to process (required).--output_dir
: The output directory (required).
mrjet --url https://missav.ws/fc2-ppv-4635958 --output_dir movies/
This will process the content and save it to the movies/
directory.
This project is licensed under the MIT License. See the LICENSE
file for details.