Drag this bookmarklet: Gropple to your bookmark bar, and click it on any page you want to grab the video from.

{{ range $k, $v := .Downloads }}

{{ $v.Url }}

state{{ $v.State }}
percent{{ $v.Percent }}
files{{ range $i, $f := $v.Files }}{{ $f }}
{{ end }}
exit code{{ $v.ExitCode }}
                {{ range $i, $l := $v.Log }}
                line: {{ $l }}
                {{- end -}}
            
{{ end }}