MCPcopy Index your code
hub / github.com/baconator696/Recu-Download

github.com/baconator696/Recu-Download @v1.12.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.12.4 ↗ · + Follow
49 symbols 137 edges 5 files 33 documented · 67% updated 15d agov1.12.4 · 2026-01-30★ 1331 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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

Core symbols most depended-on inside this repo

Argparser
called by 12
tools/tools.go
ANSIColor
called by 7
tools/tools.go
FormatedHeader
called by 6
tools/tools.go
Len
called by 5
playlist/playlist.go
Request
called by 4
tools/tools.go
Add
called by 4
tools/tools.go
IsNil
called by 4
playlist/playlist.go
parseDownloadLoop
called by 4
recu/recu.go

Shape

Function 35
Method 11
Struct 3

Languages

Go100%

Modules by API surface

tools/tools.go13 symbols
config/config.go10 symbols
recu/recu.go9 symbols
playlist/playlist.go9 symbols
main.go8 symbols

For agents

$ claude mcp add Recu-Download \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page