1.需求:
在excel中,一列是MP4的下载地址,一列是mp4对应的视频名称,使用迅雷把mp4和名字对应并且下载
2.环境配置:
win10 专业版64位
python3.7
迅雷10
3.代码实现:
from win32com.client import Dispatch
import xlrd
# thunder = Dispatch(ThunderAgent.Agent64.1)
thunder = Dispatch(ThunderAgent.Agent.1)
def to_select(res_src):
book = xlrd.open_workbook(res_
2021-08-11 15:44:55
29KB
c
ce
ex
1