️ "MissAV" 웹사이트에서 비디오를 다운로드하기 위한 도구입니다.
Python Package Index(PyPI)에서 Miyuki를 설치하려면 다음을 실행하세요.
pip install miyuki
Python Package Index(PyPI)에서 Miyuki를 업그레이드하려면 다음을 실행하세요.
pip install --upgrade miyuki
[root@miyuki ~]# miyuki --help
usage: miyuki.py [-h] [-urls [...]] [-auth [...]] [-plist] [-limit] [-search] [-file] [-proxy] [-ffmpeg] [-cover] [-noban] [-title]
A tool for downloading videos from the "MissAV" website.
Main Options:
Use the -urls option to specify the video URLs to download.
Use the -auth option to specify the username and password to download the videos collected by the account.
Use the -plist option to specify the public playlist URL to download all videos in the list.
Use the -search option to search for movie by serial number and download it.
Use the -file option to download all URLs in the file. ( Each line is a URL )
Additional Options:
Use the -limit option to limit the number of downloads. (Only works with the -plist option.)
Use the -proxy option to configure http proxy server ip and port.
Use the -ffmpeg option to get the best video quality. ( Recommend! )
Use the -cover option to save the cover when downloading the video
Use the -noban option to turn off the miyuki banner when downloading the video
Use the -title option to use the full title as the movie file name
options:
-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
-limit Limit the number of downloads
-search Movie serial number
-file File path
-proxy HTTP(S) proxy
-ffmpeg Enable ffmpeg processing
-cover Download video cover
-noban Do not display the banner
-title Full title as file name
Examples:
miyuki -plist "https://missav.com/search/JULIA?filters=uncensored-leak&sort=saved" -limit 50 -ffmpeg
miyuki -plist "https://missav.com/search/JULIA?filters=individual&sort=views" -limit 20 -ffmpeg
miyuki -plist https://missav.com/dm132/actresses/JULIA -limit 20 -ffmpeg -cover
miyuki -plist https://missav.com/playlists/ewzoukev -ffmpeg -proxy localhost:7890
miyuki -urls https://missav.com/sw-950 https://missav.com/dandy-917
miyuki -urls https://missav.com/sw-950 -proxy localhost:7890
miyuki -auth [email protected] miyukiQAQ -ffmpeg
miyuki -file /home/miyuki/url.txt -ffmpeg
miyuki -search sw-950 -ffmpeg -cover
-plist
옵션-plist 옵션을 사용하면 공개 재생 목록만 다운로드할 수 있는 것이 아닙니다. 일반적으로 뒤집을 수 있는 모든 페이지는 -plist 옵션을 사용할 수 있습니다. 그러나 URL에 & 기호가 포함된 경우 -plist 명령을 사용할 때 URL을 " "로 묶어야 합니다.
예를 들어, MissAV 웹사이트에서 JULIA가 주연을 맡은 모든 무수정 동영상을 수동으로 필터링하고 즐겨찾기 수에 따라 가장 많은 것부터 가장 적은 것 순으로 정렬할 수 있습니다. 얻는 페이지의 URL은 https://missav.com/search/JULIA?filters=uncensored-leak&sort=saved
입니다. 이 URL에는 앰퍼샌드(&)가 포함되어 있으므로 명령줄에서 이 앰퍼샌드를 일부로 올바르게 처리할 수 있습니다. URL의 경우 URL을 " " 기호로 묶어야 합니다. 마지막 명령은 miyuki -plist "https://missav.com/search/JULIA?filters=uncensored-leak&sort=saved" -ffmpeg
입니다. 물론 처음 100개의 비디오만 다운로드하려면 -limit 100을 사용하면 됩니다.
✅ URL을 " "로 묶어야 할지 확실하지 않은 경우 URL을 " "로 감싸도록 선택하세요.
명령 예:
miyuki -plist "https://missav.com/search/JULIA?filters=uncensored-leak&sort=saved" -limit 50 -ffmpeg
miyuki -plist "https://missav.com/search/JULIA?filters=individual&sort=views" -limit 20 -ffmpeg
miyuki -plist https://missav.com/dm132/actresses/JULIA -limit 20 -ffmpeg
miyuki -plist https://missav.com/playlists/ewzoukev -limit 20 -ffmpeg
miyuki -plist https://missav.com/dm444/en/labels/WANZ -limit 20 -ffmpeg
miyuki -plist https://missav.com/dm21/en/makers/Takara%20Visual -limit 20 -ffmpeg
miyuki -plist https://missav.com/dm1/en/genres/4K -limit 20 -ffmpeg
ffmpeg -version
)MIT