返回顶部
i

idm-downloader IDM下载器

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
安全检测
已通过
93
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

idm-downloader

IDM 下载器

使用 IDM(Internet Download Manager)通过 COM 接口或命令行在 Windows 上下载大文件。推荐用于数据集、视频、磁盘映像和存档等大文件,这些文件支持断点续传和加速下载。

快速使用

bash

将文件下载到指定目录


python scripts/download_idm.py [输出目录] [文件名]

下载到当前目录

python scripts/download_idm.py

使用自定义文件名下载

python scripts/download_idm.py <输出目录> <自定义文件名>

功能特性

  1. 1. COM 接口(主要方式):使用 IDM 的 COM 自动化(IDMan.CIDWMControl.1)实现可靠下载
  2. 命令行回退:使用带 /n 标志的 IDMan.exe 进行即时下载
  3. 注册表搜索:如果 IDM 不在默认路径,则从 Windows 注册表中查找安装位置
  4. 自动文件名:如果未指定文件名,则从 URL 中提取

IDM 命令行

IDMan.exe 参数:

  • - /d - 要下载的 URL
  • /p <路径> - 保存文件的本地目录
  • /f <文件名> - 保存为的文件名
  • /n - 立即开始下载(无提示)

系统要求

系统需求

  • - 操作系统:Windows(IDM 仅适用于 Windows)
  • IDM:系统中已安装 Internet Download Manager

Python 依赖

依赖项用途安装命令
Python 3.x运行环境-
pywin32
COM 接口和注册表访问 | pip install pywin32 | | win32com.client | IDM COM 自动化 | (包含在 pywin32 中) | | pythoncom | COM 初始化 | (包含在 pywin32 中) | | winreg | Windows 注册表访问 | (内置,仅限 Windows) |

注意:pywin32 是可选的,但建议安装以获得更好的兼容性和 COM 接口支持。如果未安装,脚本将回退到命令行模式。

注意事项

  • - 系统中必须安装 IDM
  • 如果 COM 失败,会自动回退到命令行模式
  • 使用 /n 标志立即开始下载

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

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

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

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

通过命令行安装

skillhub install idm-downloader-1775883327

下载

⬇ 下载 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
返回顶部