MissAV video downloader with async HLS support and Rich TUI
Project description
missav-dlw - MissAV Video Downloader
Async HLS video downloader for missav.live with a Rich terminal UI.
Prerequisites
- Python 3.10+
- FFmpeg
# macOS
brew install ffmpeg
# Ubuntu/Debian
sudo apt install ffmpeg
Installation
pip install missav-dlw
Usage
# Basic download
missav-dlw "https://missav.live/video-id"
# Specify output directory
missav-dlw "https://missav.live/video-id" -o ./downloads
# Choose quality (best, half, worst, or a resolution like 720, 1080)
missav-dlw "https://missav.live/video-id" -q 1080
# Increase concurrent downloads (default: 10)
missav-dlw "https://missav.live/video-id" -c 20
# Combine options
missav-dlw "https://missav.live/video-id" -o ./downloads -q 1080 -c 20
Options
| Flag | Description | Default |
|---|---|---|
-o, --output |
Output directory | . (current dir) |
-q, --quality |
Quality: best, half, worst, or number (e.g. 720) |
best |
-c, --concurrency |
Max parallel segment downloads | 10 |
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
missav_dlw-0.1.0.tar.gz
(7.8 kB
view details)
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_dlw-0.1.0.tar.gz.
File metadata
- Download URL: missav_dlw-0.1.0.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
114a9fbff40be62264fa75fc6eeb799fa3fd7864b1786f23b82911c5a7ce31e0
|
|
| MD5 |
5b1efb536cdd2d7f4de7c1d800326f49
|
|
| BLAKE2b-256 |
c1f0f10cfa035a61b01c8a4a1ff22286616eeb066f7bbb582131566b9e966a51
|
File details
Details for the file missav_dlw-0.1.0-py3-none-any.whl.
File metadata
- Download URL: missav_dlw-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f1f8ab86fa1ca1e69b97dd52674b6a2ff7eef20632ae24584ff2f371326842d
|
|
| MD5 |
0af81117fc6f6ae8011bca2d11697576
|
|
| BLAKE2b-256 |
3772d43224a3e8d5fbb56bebc15f4ad259f75003c22a6f9028c88942a34235ac
|