Skip to content

Conversation

@Likhithsai2580
Copy link

Related to #42

Add functionality to report false 404 errors.

  • Add identify_false_404 method in CrawlerUrl class in dirhunt/crawler_url.py to identify false 404 errors.
  • Update start method in CrawlerUrl class to call identify_false_404.
  • Update ProcessNotFound class in dirhunt/processors.py to handle false 404 errors and set appropriate flags.
  • Add tests in dirhunt/tests/test_processors.py to verify false 404 reporting functionality.

Related to Nekmo#42

Add functionality to report false 404 errors.

* Add `identify_false_404` method in `CrawlerUrl` class in `dirhunt/crawler_url.py` to identify false 404 errors.
* Update `start` method in `CrawlerUrl` class to call `identify_false_404`.
* Update `ProcessNotFound` class in `dirhunt/processors.py` to handle false 404 errors and set appropriate flags.
* Add tests in `dirhunt/tests/test_processors.py` to verify false 404 reporting functionality.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant