Skip to content

Commit 1684c14

Browse files
committed
bump version to 0.7.2
video: disable yt DASH for better proxy and replay (experiment)
1 parent d6c0504 commit 1684c14

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
pywb 0.7.2 changelist
2+
~~~~~~~~~~~~~~~~~~~~~
3+
4+
* Experiment with disabling DASH for YT
5+
6+
17
pywb 0.7.1 changelist
28
~~~~~~~~~~~~~~~~~~~~~
39

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
PyWb 0.7.1
1+
PyWb 0.7.2
22
==========
33

4-
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=master
4+
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop
55
:target: https://travis-ci.org/ikreymer/pywb
6-
.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=master
7-
:target: https://coveralls.io/r/ikreymer/pywb?branch=master
6+
.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=develop
7+
:target: https://coveralls.io/r/ikreymer/pywb?branch=develop
88
.. image:: https://img.shields.io/gratipay/ikreymer.svg
99
:target: https://www.gratipay.com/ikreymer/
1010

pywb/rules.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,15 @@ rules:
187187
js_rewrite_location: location
188188

189189

190+
# watch config changes
191+
- url_prefix: 'com,youtube)/watch'
192+
193+
rewrite:
194+
195+
js_regexs:
196+
- match: 'ytplayer.load\(\);'
197+
replace: 'ytplayer.config.args.dash = "0"; ytplayer.config.args.dashmpd = ""; {0}'
198+
190199
# testing rules -- not for valid domain
191200
#=================================================================
192201
# this rule block is a non-existent prefix merely for testing

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def run_tests(self):
3434

3535
setup(
3636
name='pywb',
37-
version='0.7.1',
37+
version='0.7.2',
3838
url='https://github.com/ikreymer/pywb',
3939
author='Ilya Kreymer',
4040
author_email='ikreymer@gmail.com',

0 commit comments

Comments
 (0)