使用.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" : " "
}
}
您可以在其中指定影片的開始、結束和總長度