返回顶部
i

idm-downloader

Download large files using IDM (Internet Download Manager) on Windows. Use when user wants to download files via URL and prefers IDM, or explicitly requests IDM downloading. Ideal for large files (hundreds of MB to several GB). Triggers on requests like "download this file with IDM", "use IDM to download", "IDM下载", "用IDM下载文件".

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
57
下载量
0
收藏
概述
安装方式
版本历史

idm-downloader

# IDM Downloader Use IDM (Internet Download Manager) to download large files via COM interface or command line on Windows. Recommended for large files such as datasets, videos, disk images, and archives where download resumption and acceleration are beneficial. ## Quick Usage ```bash # Download a file to specified directory python scripts/download_idm.py <url> [output_directory] [filename] # Download to current directory python scripts/download_idm.py <url> # Download with custom filename python scripts/download_idm.py <url> <output_directory> <custom_filename> ``` ## Features 1. **COM Interface (Primary)**: Uses IDM's COM automation (`IDMan.CIDWMControl.1`) for reliable downloads 2. **Command Line Fallback**: Uses `IDMan.exe` with `/n` flag for immediate download 3. **Registry Search**: Finds IDM installation from Windows Registry if not at default paths 4. **Auto Filename**: Extracts filename from URL if not specified ## IDM Command Line IDMan.exe parameters: - `/d <URL>` - URL to download - `/p <path>` - Local directory to save file - `/f <filename>` - Filename to save as - `/n` - Start download immediately (no prompt) ## Requirements ### System Requirements - **OS**: Windows (IDM is a Windows-only application) - **IDM**: Internet Download Manager installed on the system ### Python Dependencies | Dependency | Purpose | Install Command | |------------|---------|-----------------| | Python 3.x | Runtime | - | | pywin32 | COM interface & registry access | `pip install pywin32` | | win32com.client | IDM COM automation | (included in pywin32) | | pythoncom | COM initialization | (included in pywin32) | | winreg | Windows Registry access | (built-in, Windows only) | > **Note**: `pywin32` is optional but recommended for better compatibility and COM interface support. The script will fall back to command-line mode if not installed. ## Notes - IDM must be installed on the system - If COM fails, automatically falls back to command line - Downloads start immediately with `/n` flag

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 idm-downloader-1775883327 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 idm-downloader-1775883327 技能

通过命令行安装

skillhub install idm-downloader-1775883327

下载 Zip 包

⬇ 下载 idm-downloader v1.0.0

文件大小: 3.67 KB | 发布时间: 2026-4-12 10:15

v1.0.0 最新 2026-4-12 10:15
Initial release of idm-downloader

- Enables downloading large files via Internet Download Manager (IDM) on Windows.
- Uses IDM's COM automation by default, with a command-line fallback.
- Automatically finds IDM installation via the Windows Registry.
- Supports file download by URL, custom output directory, and filename.
- Requires IDM installed and Python 3.x; recommends installing pywin32 for full functionality.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部