pip install acfun_upload
from acfun_upload import AcFun
acfun = AcFun()
acfun.login(username="", password="")
acfun.create_douga(...)
create_douga 参数
参数 | 注释 | 是否必须 | 类型 |
---|---|---|---|
file_path | 视频文件路径,建议绝对路径 | 是 | str |
title | 稿件标题 | 是 | str |
channel_id | 频道 ID,查看:频道 ID 汇总 | 是 | int |
cover | 视频封面图片路径,建议绝对路径 | 是 | str |
desc | 稿件简介 | 否 | str |
tags | 稿件标签 | 否 | list |
creation_type | 创作类型 1:转载 3:原创,默认1 | 是 | int |
originalLinkUrl | 转载来源 | 否 | str |