You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just for future reference, we could use the priority kwarg to take advantage of the inherent PQ that scrapy has built-in for requests. Here was what I posted Slack:
[2:17]
...since higher priority values correspond to, well, higher priority, just
take the difference between max_depth and the depth of the current
page and pass that in as the priority. We take the difference because
we want higher priority to correspond to lower depth, effecting a bfs
by page-depth. I don't remember if this is the case, but we'd have to
enqueue all domains first though, so that it doesn't start bfs... on one
domain.
No description provided.
The text was updated successfully, but these errors were encountered: