missAV-api

A Python API for the Porn Site missav.ws


License
LGPL-3.0
Install
pip install missAV-api==1.1

Documentation

missAV API

Downloads Downloads (Async) Sync API Tests Async API Tests

Description

missAV API is an API for missav.com. It allows you to download videos using HLS streaming

Caution

The missav.com website has been taken down by "legal procedures." The content uploaded on similar sites such as missav.ws is probably copyright protected. This API is intended to allow offline usage of the content. You could also just extract the m3u8 by yourself, but it's just more time-consuming.

I EXPLICITLY FORBID YOU TO REDISTRIBUTE CONTENT DOWNLOADED THROUGH THIS API

See: https://avdaisukicp.com/kaizoku/index_en.html

Disclaimer

Important

missAV API is in violation to the ToS of missav.com! If you are the website owner of missav.com, contact me at my E-Mail, and I'll take this repository immediately offline. EchterAlsFake@proton.me

Note

This project was developed for my Porn Fetch project to support video downloading from missav. Therefore, this API only has very basic and limited functionality. If you want more features, I can extend this API, so don't hesitate to open an issue about it :)

Quickstart

Have a look at the Documentation for more details

  • Install the library with pip install missAV_api
from missav_api import Client
# Initialize a Client object
client = Client()

# Fetch a video
video_object = client.get_video("<insert_url_here>")

# Information from Video objects
print(video_object.title)
# Download the video

video_object.download(downloader="threaded", quality="best", path="your_output_path + filename")

# SEE DOCUMENTATION FOR MORE

Changelog

See Changelog for more details.

Contribution

Do you see any issues or having some feature requests? Simply open an Issue or talk in the discussions.

Pull requests are also welcome.

License

Licensed under the LGPLv3 License
Copyright (C) 2024-2025 Johannes Habel