tangled
alpha
login
or
join now
arimelody.space
/
vodular
0
fork
atom
Helper tool for stitching together livestream VOD segments and uploading them to YouTube!
0
fork
atom
overview
issues
pulls
pipelines
real girls forget to pass pointers at 3am
arimelody.space
1 month ago
f4381f7c
1d03bdeb
+1
-1
1 changed file
expand all
collapse all
unified
split
scanner
scanner.go
+1
-1
scanner/scanner.go
···
63
63
if err != nil { return nil, err }
64
64
65
65
probe := ffprobeOutput{}
66
66
-
err = json.Unmarshal([]byte(out), probe)
66
66
+
err = json.Unmarshal([]byte(out), &probe)
67
67
if err != nil { return nil, err }
68
68
69
69
return &probe, nil