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