Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

// Nested crawling broken on 'master'. #181

Merged
merged 2 commits into from
Oct 13, 2016

Commits on May 20, 2016

  1. // Nested crawling broken on 'master'. When to merge 'bugfix/nested-…

    …crawling' matthewmueller#111
    
              // -------------------------------------------------------------------------------
              // Needed to exit this without calling next, the problem was that it returned to
              // the "finished" callback before it had retrived all pending request. it should
              // wait for "return next(null, compact(out))"
    Muscot committed May 20, 2016
    Configuration menu
    Copy the full SHA
    6dae255 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2016

  1. Moved example follow.js to a folder crawler that test to follow many …

    …links and retrieve information.
    
    Changed to standard js.
    Muscot committed May 21, 2016
    Configuration menu
    Copy the full SHA
    f1cb2e3 View commit details
    Browse the repository at this point in the history