telescopy
v1.3.1
Published
a deterministic website mirror, good for both integration and cli usage
Downloads
10
Maintainers
Readme
TelesCOPY
Because mirroring websites should be as easy as
new Telescopy({
"remote": "https://choosealicense.com/",
"local" : "./Data/Mirror"
});
and still powerful enough to cover all edge-cases.
The default configuration is enough for one-time mirroring and restricts itself to the target domain.
See the documentation for features, in-depth configuration and examples.
Changelog
v1.3
- FEATURE: full DOM manipulation mode with cheerio
- FEATURE: domain map option
- FIX: auto-retry resources that fail with error-code TIMEOUT or ECONNRESET