← 返回
未分类 中文

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...
在 Windows 上使用 IDM(Internet Download Manager)下载大文件。当用户想通过 URL 下载且偏好 IDM,或明确请求时使用。
foxcatt
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 358
下载
💾 0
安装
1
版本
#latest

概述

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

# 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 to download
  • /p - Local directory to save file
  • /f - 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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 09:02 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,055 📥 795,764
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,210 📥 266,137
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,349 📥 317,690