diff --git a/README.rst b/README.rst index 0a36d9d3..04463888 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -PyWb 0.32.1 +PyWb 0.32.2 =========== .. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master diff --git a/pywb/__init__.py b/pywb/__init__.py index 6034334b..2782737e 100644 --- a/pywb/__init__.py +++ b/pywb/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.32.1' +__version__ = '0.32.2' DEFAULT_CONFIG = 'pywb/default_config.yaml' diff --git a/pywb/static/vidrw.js b/pywb/static/vidrw.js index f4368ece..56dd6204 100644 --- a/pywb/static/vidrw.js +++ b/pywb/static/vidrw.js @@ -192,10 +192,9 @@ __wbvidrw = (function() { }); } - - if (wbinfo.url.indexOf("livestream") >= 0) { - obj_url = wbinfo.url; - } + //if (wbinfo.url.indexOf("livestream") >= 0) { + obj_url = wbinfo.url; + //} } } } @@ -364,7 +363,7 @@ __wbvidrw = (function() { return; } - if (videoinfo._type == "playlist" && videoinfo.extractor == "livestream") { + if (videoinfo._type == "playlist") { if (videoinfo.entries && videoinfo.entries.length > 0) { do_replace_video(elem, videoinfo.entries[0]); return;