Python调用idm批量下载

近期有调用idm需求。

os.chdir(r'C:\Program Files (x86)\Internet Download Manager')

for each_link in useful_link['link']:
    call(['IDMan', '/d', each_link, '/a', '/s']) #命令有先后顺序,/d /a /s

参考链接:
https://blog.csdn.net/mrzhy1/article/details/104098007
https://blog.csdn.net/MuoYangoRen/article/details/79954776
https://www.geek-share.com/detail/2794344334.html
https://www.cnblogs.com/leexin/p/12307438.html
https://www.daimajiaoliu.com/daima/485b91135900409
https://www.luochenzhimu.com/archives/1123.html/comment-page-1
https://www.dazhuanlan.com/ixiaoo/topics/1583126

本文链接:

https://ma.ge/archives/265.html
1 + 3 =
快来做第一个评论的人吧~