mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
bump version to 0.7.2
video: disable yt DASH for better proxy and replay (experiment)
This commit is contained in:
parent
d6c05042c9
commit
1684c14cda
@ -1,3 +1,9 @@
|
|||||||
|
pywb 0.7.2 changelist
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Experiment with disabling DASH for YT
|
||||||
|
|
||||||
|
|
||||||
pywb 0.7.1 changelist
|
pywb 0.7.1 changelist
|
||||||
~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
PyWb 0.7.1
|
PyWb 0.7.2
|
||||||
==========
|
==========
|
||||||
|
|
||||||
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=master
|
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop
|
||||||
:target: https://travis-ci.org/ikreymer/pywb
|
:target: https://travis-ci.org/ikreymer/pywb
|
||||||
.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=master
|
.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=develop
|
||||||
:target: https://coveralls.io/r/ikreymer/pywb?branch=master
|
:target: https://coveralls.io/r/ikreymer/pywb?branch=develop
|
||||||
.. image:: https://img.shields.io/gratipay/ikreymer.svg
|
.. image:: https://img.shields.io/gratipay/ikreymer.svg
|
||||||
:target: https://www.gratipay.com/ikreymer/
|
:target: https://www.gratipay.com/ikreymer/
|
||||||
|
|
||||||
|
@ -187,6 +187,15 @@ rules:
|
|||||||
js_rewrite_location: location
|
js_rewrite_location: location
|
||||||
|
|
||||||
|
|
||||||
|
# watch config changes
|
||||||
|
- url_prefix: 'com,youtube)/watch'
|
||||||
|
|
||||||
|
rewrite:
|
||||||
|
|
||||||
|
js_regexs:
|
||||||
|
- match: 'ytplayer.load\(\);'
|
||||||
|
replace: 'ytplayer.config.args.dash = "0"; ytplayer.config.args.dashmpd = ""; {0}'
|
||||||
|
|
||||||
# testing rules -- not for valid domain
|
# testing rules -- not for valid domain
|
||||||
#=================================================================
|
#=================================================================
|
||||||
# this rule block is a non-existent prefix merely for testing
|
# this rule block is a non-existent prefix merely for testing
|
||||||
|
2
setup.py
2
setup.py
@ -34,7 +34,7 @@ class PyTest(TestCommand):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pywb',
|
name='pywb',
|
||||||
version='0.7.1',
|
version='0.7.2',
|
||||||
url='https://github.com/ikreymer/pywb',
|
url='https://github.com/ikreymer/pywb',
|
||||||
author='Ilya Kreymer',
|
author='Ilya Kreymer',
|
||||||
author_email='ikreymer@gmail.com',
|
author_email='ikreymer@gmail.com',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user