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.
See: https://avdaisukicp.com/kaizoku/index_en.html
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 :)
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
See Changelog for more details.
Do you see any issues or having some feature requests? Simply open an Issue or talk in the discussions.
Pull requests are also welcome.
Licensed under the LGPLv3 License
Copyright (C) 2024-2025 Johannes Habel