使用.recu-windows-amd64.exe --help
获取更多信息
使用.recu-windows-amd64.exe
运行
第一次运行将生成config.json
,使用 Chrome 中的网络 DevTools 填写要下载的 url 以及带有标头信息的 Cookie 和 User-Agent
{“网址”:[“” ], "header": { "Cookie": "", "用户代理": "" } }
用法: recurbate <json location> playlist/series <playlist.m3u8>
<json location>
是 json 的位置
指定playlist
将导致程序仅下载 .m3u8 文件
指定series
将导致程序串行而不是并行下载视频
指定playlist <playlist.m3u8>
将从<playlist.m3u8>
指定的位置读取播放列表并下载该视频
指定要下载的视频的特定部分
例子:
{“网址”:[ [“https://recu.me/video/xxxxxxx/play”,“55:00”,“1:10:00”,“1:30:00”] ], "header": { "Cookie": "", "用户代理": "" } }
您可以在其中指定视频的开始、结束和总长度