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

Update crawler.ts: Add hostname check to keep crawler on the same domain. #15

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Sep 15, 2023

  1. Update crawler.ts

    Added hostname check before adding a url to the queue to make sure we don't follow social links to the end of the earth if editing the URLs we're crawling.
    
    If the found URL has the same hostname as the starting URL, it will add that URL to the queue.
    
    Thanks for the project!
    dougwithseismic committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    aab60d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    1b7e03f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e934889 View commit details
    Browse the repository at this point in the history