mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
fix - some broken paths (#212)
This commit is contained in:
parent
3e8e590c1b
commit
4efb876d53
@ -16,19 +16,19 @@ which will fetch a live url and apply the registered rewriting rules to that url
|
|||||||
|
|
||||||
Run:
|
Run:
|
||||||
|
|
||||||
`python ./pywb.rewrite/rewrite_live.py http://example.com`
|
`python ./pywb/rewrite/rewrite_live.py http://example.com`
|
||||||
|
|
||||||
To specify custom timestamp and prefix:
|
To specify custom timestamp and prefix:
|
||||||
|
|
||||||
```
|
```
|
||||||
python ./pywb.rewrite/rewrite_live.py http://example.com /mycoll/20141026000102/http://mysite.example.com/path.html
|
python ./pywb/rewrite/rewrite_live.py http://example.com /mycoll/20141026000102/http://mysite.example.com/path.html
|
||||||
```
|
```
|
||||||
|
|
||||||
This will print to stdout the content of `http://example.com` with all urls rewritten relative to
|
This will print to stdout the content of `http://example.com` with all urls rewritten relative to
|
||||||
`/mycoll/20141026000102/http://mysite.example.com/path.html`.
|
`/mycoll/20141026000102/http://mysite.example.com/path.html`.
|
||||||
|
|
||||||
Headers are also rewritten, for further details, consult the `get_rewritten` function in
|
Headers are also rewritten, for further details, consult the `get_rewritten` function in
|
||||||
[pywb_rewrite/rewrite_live.py](pywb_rewrite/rewrite_live.py)
|
[rewrite_live.py](rewrite_live.py)
|
||||||
|
|
||||||
|
|
||||||
#### Tests
|
#### Tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user