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

bump version to 0.9.8-dev

fix vidrw to work with mp_ / inverse framed replay!
This commit is contained in:
Ilya Kreymer 2015-04-27 16:18:07 -07:00
parent 733de9bffe
commit af8d775f7c
3 changed files with 10 additions and 5 deletions

View File

@ -1,4 +1,4 @@
PyWb 0.9.7
PyWb 0.9.8-dev
==========
.. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master

View File

@ -1,4 +1,4 @@
__version__ = '0.9.7'
__version__ = '0.9.8-dev'
DEFAULT_CONFIG = 'pywb/default_config.yaml'

View File

@ -49,6 +49,11 @@ __wbvidrw = (function() {
var FLASH_PLAYER = wbinfo.static_prefix + "/flowplayer/flowplayer-3.2.18.swf";
var replay_prefix = wbinfo.prefix;
if (wbinfo.mod) {
replay_prefix += wbinfo.mod + "/";
}
function check_videos() {
if (found_embeds) {
return;
@ -339,7 +344,7 @@ __wbvidrw = (function() {
var thumb_url = null;
if (info.thumbnail) {
thumb_url = wbinfo.prefix + info.thumbnail;
thumb_url = replay_prefix + info.thumbnail;
}
var tag_name = elem.tagName.toLowerCase();
@ -479,7 +484,7 @@ __wbvidrw = (function() {
format = get_format_ext(info.formats[i]);
}
url = wbinfo.prefix + url;
url = replay_prefix + url;
format = type + "/" + format;
source.setAttribute("src", url);
@ -514,7 +519,7 @@ __wbvidrw = (function() {
url = info.url;
}
url = wbinfo.prefix + url;
url = replay_prefix + url;
var config = {
clip: {