Metadata-Version: 2.1
Name: miyuki
Version: 0.1.2
Summary: A tool for downloading videos from the "MissAV" website.
Home-page: https://github.com/MiyukiQAQ/MissAV-Downloader
Author: MiyukiQAQ
Author-email: teemovv@outlook.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: curl_cffi

# Miyuki

⭐️ A tool for downloading videos from the "MissAV" website.

## ⚙️ Installation

To install Miyuki from the Python Package Index (PyPI) run:

```
pip install miyuki
```

## 📷 Snapshot

![snapshot.png](resources%2Freadme_pics%2Fsnapshot.png)

## 📖 instructions

```
[root@miyuki ~]# miyuki --help
usage: miyuki [-h] [-urls  [...]] [-auth  [...]] [-plist] [-search] [-proxy]
              [-ffmpeg]

A tool for downloading videos from the "MissAV" website.

Use the -urls   parameter to specify the video URLs to download.
Use the -auth   parameter to specify the username and password to download the videos collected by the account.
Use the -plist  parameter to specify the public playlist URL to download all videos in the list.
Use the -search parameter to search for movie by serial number and download it.

optional arguments:
  -h, --help     show this help message and exit
  -urls  [ ...]  Movie URLs, separate multiple URLs with spaces
  -auth  [ ...]  Username and password, separate with space
  -plist         Public playlist url
  -search        Movie serial number
  -proxy         HTTP(S) proxy
  -ffmpeg        Enable ffmpeg processing

Examples:
  miyuki -plist https://missav.com/dm132/actresses/JULIA -ffmpeg -proxy localhost:7890
  miyuki -auth miyuki@gmail.com miyukiQAQ -ffmpeg -proxy localhost:7890
  miyuki -urls https://missav.com/sw-950 -proxy localhost:7890
  miyuki -urls https://missav.com/sw-950 -ffmpeg
  miyuki -urls https://missav.com/sw-950 https://missav.com/dandy-917
  miyuki -urls https://missav.com/sw-950
  miyuki -search sw-950
```
