mirrorweb / pywb

Core Python Web Archiving Toolkit for replay and recording of web archives
https://pypi.python.org/pypi/pywb
GNU General Public License v3.0
1 stars 2 forks source link

feat: regex substitution on surt rules match #72

Closed mijho closed 1 year ago

mijho commented 1 year ago

substituion functionality already exists on a global level for matched rules but this causes issues when rule sets conflict in the desired outcome. This change enables setting regex substitution at the rule level to avoid these conflicts.

PR on main open here https://github.com/webrecorder/pywb/pull/780