1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 08:04:49 +01:00

vidrw: just check 'ustream' in url

This commit is contained in:
Ilya Kreymer 2015-05-09 18:31:23 -07:00
parent 96c5600708
commit 489aaadb8b

View File

@ -135,7 +135,7 @@ __wbvidrw = (function() {
}
//flashvars extraction: work in progress: for now, only ustream
if (name == "flashvars" && wbinfo.url.indexOf("ustream.com") >= 0) {
if (name == "flashvars" && wbinfo.url.indexOf("ustream") >= 0) {
var value = child.getAttribute("value");
var pairs = value.split('&');