Skip to content

EchterAlsFake/missAV_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

missAV API

Downloads Sync 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. [email protected]

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

About

a Python API for missAV.com

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages