ใช้ .recu-windows-amd64.exe --help
สำหรับข้อมูลเพิ่มเติม
Run with .recu-windows-amd64.exe
การเรียกใช้ครั้งแรกจะสร้าง config.json
กรอก URL เพื่อดาวน์โหลดและคุกกี้และ User-Agent พร้อมข้อมูลส่วนหัวโดยใช้เครือข่าย DevTools ใน Chrome
{
"urls" : [
" "
],
"header" : {
"Cookie" : " " ,
"User-Agent" : " "
}
}
Usage: recurbate
is the location of the json
specifying playlist
will cause the program to download only the .m3u8 file
specifying series
will cause the program to download the videos serially instead of in parallel
specifying playlist
will read the playlist from the location specified from
and download that video
To specify a specific part of a video to download
ตัวอย่าง:
{
"urls" : [
[ " https://recu.me/video/xxxxxxx/play " , " 55:00 " , " 1:10:00 " , " 1:30:00 " ]
],
"header" : {
"Cookie" : " " ,
"User-Agent" : " "
}
}
Where you specify the start, end and total length of the video