Handbook
Glossary
<site-spider> ( spidering-site -- spider )
Vocabulary
site-watcher
.
spider
Inputs
spidering-site
an
object
Outputs
spider
an
object
Definition
USING:
accessors
kernel
spider
;
IN:
site-watcher.spider
:
<site-spider>
( spidering-site -- spider )
[
max-depth>>
]
[
max-count>>
]
[
site>>
url>>
]
tri
<spider>
swap
>>max-count
swap
>>max-depth
;