Merge pull request #74 from internetarchive/galgeek-patch-1

a minimal example of a warcprox plugin
This commit is contained in:
Noah Levitt 2018-03-06 10:40:17 -08:00 committed by GitHub
commit 530aaba461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ have a method `notify(self, recorded_url, records)` or should subclass
`warcprox.BasePostfetchProcessor`. More than one plugin can be configured by
specifying `--plugin` multiples times.
XXX example?
`A minimal example <https://github.com/internetarchive/warcprox/blob/318405e795ac0ab8760988a1a482cf0a17697148/warcprox/__init__.py#L165>`__
Usage
~~~~~