|
|
@ -526,7 +526,7 @@ class Site {
|
|
|
|
|
|
|
|
|
|
|
|
async analyze(url = this.originalUrl, index = 1, depth = 1) {
|
|
|
|
async analyze(url = this.originalUrl, index = 1, depth = 1) {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
if (this.recursive) {
|
|
|
|
if (this.options.recursive) {
|
|
|
|
await sleep(this.options.delay * index)
|
|
|
|
await sleep(this.options.delay * index)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|