1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

rules: add fuzzy matching rule for vimeo, canonicalizing out a timestamp/HMAC portion of the url (non-query) (#375)

This commit is contained in:
Ilya Kreymer 2018-09-06 09:17:03 -07:00 committed by John Berlin
parent 0bf2e08b27
commit 5c00743bdd

View File

@ -322,6 +322,11 @@ rules:
- videoFileId
- signature
- url_prefix: 'net,akamaized,gcs-vimeo)/'
fuzzy_lookup:
match: '([/\d]+\.mp4)$'
replace: '.net/'
# vine
#=================================================================