Mikubill / acfun

Simple AcFun Video Uploader in Golang
MIT License
11 stars 3 forks source link

视频上传完成后,acfun那边的视频文件名是带本地路径的 #7

Closed gzlock closed 2 years ago

gzlock commented 2 years ago

系统win10,使用terminal(powershell)

例如 acfun.exe在 c:\ 视频文件在 d:\视频\a.mp4

那么上传命令会是这样的c:\acfun.exe -token xxx -uid xxx "d:\视频\a.mp4" 上传后的结果是这样的 image 带本地路径是一个预设吗? 如果不是的话,希望可以对路径进行切割,只保留纯文件名

gzlock commented 2 years ago

已经跟着本项目的方法用node.js造了个轮子