diff --git a/docs/index.md b/docs/index.md index aef4de2..5c34d47 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,3 +11,7 @@ - WACZ supports saving images but this module does not yet integrate with Scrapy's image/file pipeline for retrieving images/files from the WACZ. Future support for this feature is planned. **Source Code**: https://github.com/q-m/scrapy-webarchive + +## Credits + +This package started as a fork of https://github.com/internetarchive/scrapy-warcio. The idea of turning its functionality into an extension as well as actually writing the WARC files is based on it.