add-spidered ( spider spider-result -- )


Vocabulary
spider.private

Inputs
spideran object
spider-resultan object


Outputs
None

Definition


:: add-spidered ( spider spider-result -- )
spider [ 1 + ] change-count drop
spider-result dup url>> spider spidered>> set-at
spider spider-result filter-base-links
:> ( matching nonmatching ) spider-result depth>> 1 +
:> depth nonmatching depth spider add-nonmatching
matching spider apply-filters depth spider add-todo ;