Skip to content

Recursive Crawling(out-links) #8

Description

@rica-v3

Crawling web pages and out-links

crawling procedure

  • Crawler keeps crawling links to a depth, which is pre-configured by user.
  • A depth of a link from an initial link and domain is recored.
  • Outlinks in a page are added to the 'CrawlingQueue' ('CrawlingGenerator genearates 'Crawling' with them and provides 'CrawlingSchedueler')

Above procedures are repeated untill the miximum depth of link

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions