!747
m {
p {
S html = loadSnippet("#1000322");
L tok = javaTok(html);
int idx = tok.indexOf("\"url_encoded_fmt_stream_map\"");
if (idx < 0) fail("blubb");
print(urldecode(htmlunquote(tok.get(idx+4)))); // This is some complicated string... Man Google. Why can't we download your videos easily?
}
}