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
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
@ -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
|
||||
.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=master
|
||||
:target: https://coveralls.io/r/ikreymer/pywb?branch=master
|
||||
.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=develop
|
||||
:target: https://coveralls.io/r/ikreymer/pywb?branch=develop
|
||||
.. image:: https://img.shields.io/gratipay/ikreymer.svg
|
||||
:target: https://www.gratipay.com/ikreymer/
|
||||
|
||||
|
@ -187,6 +187,15 @@ rules:
|
||||
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
|
||||
#=================================================================
|
||||
# this rule block is a non-existent prefix merely for testing
|
||||
|
Loading…
x
Reference in New Issue
Block a user