Skip to content

gan0312/Recu-Download

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use .\recu-windows-amd64.exe --help for more information

Run with .\recu-windows-amd64.exe

First run will generate config.json, fill in urls to download and Cookie and User-Agent with header info using the network DevTools in Chrome

{
	"urls": [
		""
	],
	"header": {
		"Cookie": "",
		"User-Agent": ""
	}
}

Usage: recurbate <json location> playlist/series <playlist.m3u8>

<json location> 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 <playlist.m3u8> will read the playlist from the location specified from <playlist.m3u8> and download that video

Advanced Usage for v1.11.0

To specify a specific part of a video to download

example:

{
	"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

About

Download Recurbate Videos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 100.0%