Coder Social home page Coder Social logo

idmwaker's Introduction

IDMWaker

调用IDM的API添加任务

功能描述

将链接批量发送给IDM进行下载,并提供正则表达式匹配,自动增加序号等功能

截图

实现方式

1.下载API
2.使用TlbImp.exeIDManTypeInfo.tlb文件转换为dll类库
3.在项目中引入该类库并调用,C#核心代码如下

new IDManLib.CIDMLinkTransmitterClass().SendLinkToIDM2(
    URL, //URL
    Referer, //Referer
    Cookies, //Cookies
    Data, //Data
    Username, //Username
    Userpassword, //Userpassword
    LocalPath, //LocalPath
    LocalFileName,  //LocalFileName
    Flag, //Flag
    UserAgent,
    null
    );

下载

https://github.com/nilaoda/IDMWaker/releases/latest

idmwaker's People

Contributors

nilaoda avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.