mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
rules: update rules for medium, instagram
bump version to 0.33.1
This commit is contained in:
parent
526db7a1d7
commit
41f6ca9bb6
@ -1,4 +1,4 @@
|
|||||||
PyWb 0.33.0
|
PyWb 0.33.1
|
||||||
===========
|
===========
|
||||||
|
|
||||||
.. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master
|
.. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
__version__ = '0.33.0'
|
__version__ = '0.33.1'
|
||||||
|
|
||||||
DEFAULT_CONFIG = 'pywb/default_config.yaml'
|
DEFAULT_CONFIG = 'pywb/default_config.yaml'
|
||||||
|
|
||||||
|
@ -82,9 +82,10 @@ rules:
|
|||||||
rewrite: true
|
rewrite: true
|
||||||
group: 1
|
group: 1
|
||||||
|
|
||||||
- url_prefix: 'com,instagram)/p/'
|
- url_prefix: 'com,instagram)/'
|
||||||
|
|
||||||
fuzzy_lookup: '()'
|
fuzzy_lookup:
|
||||||
|
- taken-by
|
||||||
|
|
||||||
|
|
||||||
# blogspot rules
|
# blogspot rules
|
||||||
@ -145,6 +146,18 @@ rules:
|
|||||||
- match: '"location"'
|
- match: '"location"'
|
||||||
replace: '"WB_wombat_location"'
|
replace: '"WB_wombat_location"'
|
||||||
|
|
||||||
|
|
||||||
|
# medium
|
||||||
|
#=================================================================
|
||||||
|
|
||||||
|
- url_prefix: 'com,medium'
|
||||||
|
|
||||||
|
rewrite:
|
||||||
|
js_regexs:
|
||||||
|
- match: '"noitacol"'
|
||||||
|
replace: '"noitacol_tabmow_BW"'
|
||||||
|
|
||||||
|
|
||||||
# vimeo rules
|
# vimeo rules
|
||||||
#=================================================================
|
#=================================================================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user