Skip to content

Jenderal92/vortex-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌀 Vortex-DL

vortex-dl

High-Performance Asynchronous Multi-part Downloader with Smart Resume.

PyPI version Python Version License: MIT

Vortex-DL adalah CLI downloader modern yang dirancang untuk kecepatan maksimal. Dengan memanfaatkan httpx dan asyncio, aplikasi ini membagi file menjadi beberapa bagian biner dan mengunduhnya secara simultan, menghasilkan kecepatan hingga 10x lebih cepat dibanding downloader standar.


✨ Fitur Unggulan

  • 🚀 Multi-part Concurrency: Mengunduh file dalam beberapa segmen secara bersamaan.
  • 🔄 Smart Resume: Melanjutkan download yang terputus tanpa mengulang dari nol (via file .vortex).
  • 📦 Batch Download: Mengunduh banyak file sekaligus menggunakan file daftar URL (.txt).
  • 🎨 Elegant UI: Progress bar interaktif dan tabel informasi menggunakan library Rich.
  • Lean & Fast: Dioptimalkan khusus untuk lingkungan Termux dan Linux.

📊 Performance Benchmark

Perbandingan waktu unduh file 500MB (Koneksi 100Mbps):

Tool Mode Waktu (Detik) Kecepatan Rata-rata
curl Single Stream ~45s 11.1 MB/s
wget Single Stream ~43s 11.6 MB/s
Vortex-DL 16 Parts 12s ~41.5 MB/s

🚀 Instalasi

Instal langsung dari PyPI untuk mendapatkan versi stabil terbaru:

pip install vortex-dl

Atau instal versi pengembangan dari source:

git clone https://github.com/Jenderal92/vortex-dl.git
cd vortex-dl
pip install -r requirements.txt
pip install .

💻 Cara Penggunaan

1. Download File Tunggal

vortex-dl [https://example.com/file.zip](https://example.com/file.zip)

Unduh dengan Jumlah Part Kustom (Default: 8)

vortex-dl <URL> --parts 16

Simpan ke Direktori Spesifik

vortex-dl <URL> --output ./downloads

Batch Download dari File

Buat file links.txt yang berisi daftar URL (satu per baris), lalu jalankan:

vortex-dl --file links.txt

Verifikasi Hash SHA256

vortex-dl <URL> --sha256 <kode_hash_sha256_disini>

🏗️ Arsitektur Proyek

  • VortexCore: Logika asinkron, manajemen HTTP Range, dan sistem checkpoint.
  • VortexUI: Antarmuka visual berbasis Rich.
  • VortexCLI: Command Line Interface menggunakan Typer.

⚖️ Lisensi

Didistribusikan di bawah Lisensi MIT. Lihat file LICENSE untuk informasi lebih lanjut.


**Dibuat dengan ❤️ oleh Smile Of Beauty**

About

Ultra-fast Asynchronous Multi-part CLI Downloader built with Python, HTTPX, and Rich.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages