Skip to content

Commit

Permalink
Added line to docstring for respect_robots_txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Mews committed Jun 19, 2024
1 parent 8c3ac23 commit 6a67802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tiny_web_crawler/core/spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class Spider:
include_body (bool): Whether or not to include the crawled page's body in crawl_result (default: False)
internal_links_only (bool): Whether or not to crawl only internal links
external_links_only (bool): Whether or not to crawl only external links
respect_robots_txt (bool): Whether or not to respect website's robots.txt files (defualt: True)
"""

root_url: str
Expand Down

0 comments on commit 6a67802

Please sign in to comment.