Skip to content

Commit

Permalink
fix rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Jul 7, 2015
1 parent 1e99bee commit 50ee7ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pywb/rules.yaml
Expand Up @@ -299,7 +299,10 @@ rules:
- url_prefix: ['com,blogspot,joshuaabelow)/']

fuzzy_lookup:
match: 'com,blogspot,joushaabelow\)/.*(?action=gettitles.*responseType=js.*)'
#match: 'com,blogspot,joshuaabelow.*(\?action=gettitles).*(path=[^(responseType=js)'
match:
- path

replace: '.com/'


Expand Down

0 comments on commit 50ee7ac

Please sign in to comment.