diff --git a/README.rst b/README.rst index da51244f..f06e8c52 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -PyWb 0.33.0 +PyWb 0.33.1 =========== .. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master diff --git a/pywb/__init__.py b/pywb/__init__.py index c6233bbf..5ed899aa 100644 --- a/pywb/__init__.py +++ b/pywb/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.33.0' +__version__ = '0.33.1' DEFAULT_CONFIG = 'pywb/default_config.yaml' diff --git a/pywb/rules.yaml b/pywb/rules.yaml index 73eab273..8f0a84b8 100644 --- a/pywb/rules.yaml +++ b/pywb/rules.yaml @@ -82,9 +82,10 @@ rules: rewrite: true group: 1 - - url_prefix: 'com,instagram)/p/' + - url_prefix: 'com,instagram)/' - fuzzy_lookup: '()' + fuzzy_lookup: + - taken-by # blogspot rules @@ -145,6 +146,18 @@ rules: - match: '"location"' replace: '"WB_wombat_location"' + + # medium + #================================================================= + + - url_prefix: 'com,medium' + + rewrite: + js_regexs: + - match: '"noitacol"' + replace: '"noitacol_tabmow_BW"' + + # vimeo rules #=================================================================