A Python API for the Porn Site missav.ws
Project description
missAV API
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file missav_api-1.4.3.tar.gz.
File metadata
- Download URL: missav_api-1.4.3.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf17db58563193b36c3735a6d0561dfe7a4c9c5be27b8a34d1aefbaa3cd730e7
|
|
| MD5 |
b97a50fcfeecb41c06f9d233f0c7fcb6
|
|
| BLAKE2b-256 |
df991c10e043bf949b90737dd580577d809e7b1194b8b5e74dba0a7f06713012
|
File details
Details for the file missav_api-1.4.3-py3-none-any.whl.
File metadata
- Download URL: missav_api-1.4.3-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42f16ed00dc0cc789498739f0c1dea0f9d9dfcc01a49e6419113623d9a98f0dc
|
|
| MD5 |
fb77765f9fe87414c276e299b4d0c5be
|
|
| BLAKE2b-256 |
8445e43c3d56d798cce6f839361cf66cbdbf7e04a5cfd29a0a217ce37a7429e8
|