File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change
1
+ pywb 0.7.2 changelist
2
+ ~~~~~~~~~~~~~~~~~~~~~
3
+
4
+ * Experiment with disabling DASH for YT
5
+
6
+
1
7
pywb 0.7.1 changelist
2
8
~~~~~~~~~~~~~~~~~~~~~
3
9
Original file line number Diff line number Diff line change 1
- PyWb 0.7.1
1
+ PyWb 0.7.2
2
2
==========
3
3
4
- .. image :: https://travis-ci.org/ikreymer/pywb.png?branch=master
4
+ .. image :: https://travis-ci.org/ikreymer/pywb.png?branch=develop
5
5
: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
8
8
.. image :: https://img.shields.io/gratipay/ikreymer.svg
9
9
:target: https://www.gratipay.com/ikreymer/
10
10
Original file line number Diff line number Diff line change @@ -187,6 +187,15 @@ rules:
187
187
js_rewrite_location : location
188
188
189
189
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
+
190
199
# testing rules -- not for valid domain
191
200
# =================================================================
192
201
# this rule block is a non-existent prefix merely for testing
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def run_tests(self):
34
34
35
35
setup (
36
36
name = 'pywb' ,
37
- version = '0.7.1 ' ,
37
+ version = '0.7.2 ' ,
38
38
url = 'https://github.com/ikreymer/pywb' ,
39
39
author = 'Ilya Kreymer' ,
40
40
author_email = 'ikreymer@gmail.com' ,
You can’t perform that action at this time.
0 commit comments